Add asciidoc dep to lttng-tools
[lttng-ci.git] / automation / ansible / roles / lttng-tools / tasks / setup-Debian.yml
index 2b5750eab5c996706723751f0dfce8c06b4de16b..de11c86083d9a3de728ab9d67313d2f4d2a98623 100644 (file)
@@ -5,3 +5,7 @@
 - name: Ensure lttng-tools build dependencies are installed.
   apt: "name={{ item }} state=installed"
   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.026793 seconds and 4 git commands to generate.