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