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