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