jjb: lttng-modules: remove 2.10 and 2.11 jobs
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-Debian.yml
index 135f647829b0dde77939c5e151c3ec4fa2af3a7b..b1a97fc3c588ad703f814b36a1033a7af91c769b 100644 (file)
@@ -3,5 +3,4 @@
   apt: update_cache=yes cache_valid_time=86400
 
 - name: Ensure common packages are installed.
-  apt: "name={{ item }} state=installed"
-  with_items: "{{ common_packages }}"
+  apt: "name={{ common_packages }} state=present"
This page took 0.024101 seconds and 4 git commands to generate.