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