ansible: fix deprecated syntax
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-Debian.yml
index 9c1d000d96b1f74ed1b7728fd6522b337d447e8b..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=present"
-  with_items: "{{ common_packages }}"
+  apt: "name={{ common_packages }} state=present"
This page took 0.023079 seconds and 4 git commands to generate.