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