ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / lttng-tools / tasks / setup-Debian.yml
index 2b5750eab5c996706723751f0dfce8c06b4de16b..b526aa6d378bcc0052eb0c902efdfc4028ceee82 100644 (file)
@@ -4,4 +4,8 @@
 
 - name: Ensure lttng-tools build dependencies are installed.
   apt: "name={{ item }} state=installed"
-  with_items: lttng_tools_packages
+  with_items: "{{ lttng_tools_packages }}"
+
+- name: Ensure lttng-tools build dependencies are installed (no recommends).
+  apt: "name={{ item }} state=installed install_recommends=no"
+  with_items: "{{ lttng_tools_packages_no_recommends }}"
This page took 0.022261 seconds and 4 git commands to generate.