ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / lttng-ust / tasks / setup-Alpine.yml
index faa75df6fde248172a118cb69c11818f05eba937..74910750d7d91c71125bbde6649d92600ce9747e 100644 (file)
@@ -4,4 +4,4 @@
 
 - name: Ensure lttng-ust build dependencies are installed.
   apk: "name={{ item }} state=present"
-  with_items: lttng_ust_packages
+  with_items: "{{ lttng_ust_packages }}"
This page took 0.023881 seconds and 4 git commands to generate.