ansible: fix deprecated syntax
[lttng-ci.git] / automation / ansible / roles / lttng-scope / tasks / setup-Debian.yml
index c2968cf2cd8db1c396e783e412ed3a411443716d..3352c0a22f056a7c3dc38f32f473162d09afc9ea 100644 (file)
@@ -6,6 +6,5 @@
   apt: "name=unity install_recommends=no"
 
 - name: Ensure lttng_scope build dependencies are installed.
-  apt: "name={{ item }} state=present"
-  with_items: "{{ lttng_scope_packages }}"
+  apt: "name={{ lttng_scope_packages }} state=present"
 
This page took 0.023886 seconds and 4 git commands to generate.