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