ansible: fix deprecated syntax
[lttng-ci.git] / automation / ansible / roles / cross-compilers / tasks / setup-Alpine.yml
index 5b8688fe7946e2429f886b5e2be458a06652b13e..64f96daf68767081c2cd1d9a547d7913ad27244e 100644 (file)
@@ -3,5 +3,4 @@
   apk: update_cache=yes
 
 - name: Ensure cross-compilers packages are installed.
-  apk: "name={{ item }} state=present"
-  with_items: "{{ cross_compilers_packages }}"
+  apk: "name={{ cross_compilers_packages }} state=present"
This page took 0.023187 seconds and 4 git commands to generate.