ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / cross-compilers / tasks / setup-Alpine.yml
index 99bcae34518953dcef58f0b8c06f32583b75d00d..5b8688fe7946e2429f886b5e2be458a06652b13e 100644 (file)
@@ -4,4 +4,4 @@
 
 - name: Ensure cross-compilers packages are installed.
   apk: "name={{ item }} state=present"
-  with_items: cross_compilers_packages
+  with_items: "{{ cross_compilers_packages }}"
This page took 0.024039 seconds and 4 git commands to generate.