ansible: fix deprecated syntax
[lttng-ci.git] / automation / ansible / roles / liburcu / tasks / setup-Alpine.yml
index a993fcd13e2e6131445921e752967d1432847436..396924ef9a6b20af6d8a094cf3730996cb68deda 100644 (file)
@@ -3,5 +3,4 @@
   apk: update_cache=yes
 
 - name: Ensure liburcu build dependencies are installed.
-  apk: "name={{ item }} state=present"
-  with_items: "{{ liburcu_packages }}"
+  apk: "name={{ liburcu_packages }} state=present"
This page took 0.024462 seconds and 4 git commands to generate.