jjb: lttng-modules: remove 2.10 and 2.11 jobs
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-RedHat.yml
index e21caf69f0c3d5ad086f2975194c9b8ad72814a1..45d8b0215ca0a37cdefdd27d1c82975a7ae8d917 100644 (file)
@@ -1,6 +1,5 @@
 ---
 - name: Ensure common packages are installed.
   dnf:
-    name: "{{ item }}"
+    name: "{{ common_packages }}"
     state: installed
-  with_items: "{{ common_packages }}"
This page took 0.024697 seconds and 4 git commands to generate.