ansible: Add el9 nodes
[lttng-ci.git] / automation / ansible / roles / lttng-tools / tasks / setup-Debian.yml
index 677b83833d495e6e642abc88d0d6575636c315b7..6c6eb3f7af4c56b3104601f794b6671e840dc4fd 100644 (file)
@@ -3,9 +3,7 @@
   apt: update_cache=yes cache_valid_time=86400
 
 - name: Ensure lttng-tools build dependencies are installed.
-  apt: "name={{ item }} state=present"
-  with_items: "{{ lttng_tools_packages }}"
+  apt: "name={{ lttng_tools_packages }} state=present"
 
 - name: Ensure lttng-tools build dependencies are installed (no recommends).
-  apt: "name={{ item }} state=present install_recommends=no"
-  with_items: "{{ lttng_tools_packages_no_recommends }}"
+  apt: "name={{ lttng_tools_packages_no_recommends }} state=present install_recommends=no"
This page took 0.022252 seconds and 4 git commands to generate.