ansible: Update config for 2.5
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-Debian.yml
index 135f647829b0dde77939c5e151c3ec4fa2af3a7b..9c1d000d96b1f74ed1b7728fd6522b337d447e8b 100644 (file)
@@ -3,5 +3,5 @@
   apt: update_cache=yes cache_valid_time=86400
 
 - name: Ensure common packages are installed.
-  apt: "name={{ item }} state=installed"
+  apt: "name={{ item }} state=present"
   with_items: "{{ common_packages }}"
This page took 0.023277 seconds and 4 git commands to generate.