ansible: fix deprecated syntax
[lttng-ci.git] / automation / ansible / roles / lttng-modules / tasks / setup-Debian.yml
index 71466485cfede3a30e1a42f2742beb1229444df2..939a13dea5a731fe81f51df48b46f48b11d39e0f 100644 (file)
@@ -3,6 +3,5 @@
   apt: update_cache=yes cache_valid_time=86400
 
 - name: Ensure lttng-modules build dependencies are installed.
-  apt: "name={{ item }} state=present"
-  with_items: "{{ lttng_modules_packages }}"
+  apt: "name={{ lttng_modules_packages }} state=present"
 
This page took 0.022632 seconds and 4 git commands to generate.