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