ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / lttng-tools / tasks / setup-Alpine.yml
index 59bc0994d4ce555e90157e586788751f51b21da4..1acf9aa9bf7401dc6f29666c90d428de2acc5457 100644 (file)
@@ -4,4 +4,4 @@
 
 - name: Ensure lttng-tools build dependencies are installed.
   apk: "name={{ item }} state=present"
-  with_items: lttng_tools_packages
+  with_items: "{{ lttng_tools_packages }}"
This page took 0.024156 seconds and 4 git commands to generate.