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