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