ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / tracecompass / tasks / setup-RedHat.yml
index 04fd43a7530dc3729a7a63769d56b9a5e91d5aa2..d4c7e8577c6eec52a81d7fb83e3df164ca34da77 100644 (file)
@@ -3,4 +3,4 @@
   yum:
     name: "{{ item }}"
     state: installed
-  with_items: tracecompass_packages
+  with_items: "{{ tracecompass_packages }}"
This page took 0.029528 seconds and 4 git commands to generate.