ansible: Add el9 nodes
[lttng-ci.git] / automation / ansible / roles / lttng-tools / tasks / setup-Alpine.yml
index 59bc0994d4ce555e90157e586788751f51b21da4..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.023547 seconds and 4 git commands to generate.