jjb: lttng-modules: remove 2.10 and 2.11 jobs
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-RedHat.yml
index 70f37dec0cb78111dbda5d89923fd52005efada2..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.02284 seconds and 4 git commands to generate.