ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-RedHat.yml
index 70f37dec0cb78111dbda5d89923fd52005efada2..ab7ad872255309a7e8a5a863a12867f457811a37 100644 (file)
@@ -3,4 +3,4 @@
   yum:
     name: "{{ item }}"
     state: installed
-  with_items: common_packages
+  with_items: "{{ common_packages }}"
This page took 0.0241 seconds and 4 git commands to generate.