ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / lttng-ust / tasks / setup-RedHat.yml
index 78b895421fd8defaa628633719c956f3877c13f5..ee4f7781e041b081d4e6891b7024bbcef3f102b6 100644 (file)
@@ -3,4 +3,4 @@
   yum:
     name: "{{ item }}"
     state: installed
-  with_items: lttng_ust_packages
+  with_items: "{{ lttng_ust_packages }}"
This page took 0.024927 seconds and 4 git commands to generate.