ansible: Update config for 2.5
[lttng-ci.git] / automation / ansible / roles / lttng-ust / tasks / setup-Debian.yml
index a9cd93df6e5b610751fb746532c1cc1dcdd4cbb4..c839a2ee8e1f74baae6434cbf3db6b5d1ba930d8 100644 (file)
@@ -3,5 +3,5 @@
   apt: update_cache=yes cache_valid_time=86400
 
 - name: Ensure lttng-ust build dependencies are installed.
-  apt: "name={{ item }} state=installed"
+  apt: "name={{ item }} state=present"
   with_items: "{{ lttng_ust_packages }}"
This page took 0.024093 seconds and 4 git commands to generate.