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