ansible: Add javac to el nodes
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-RedHat.yml
index 70f37dec0cb78111dbda5d89923fd52005efada2..355eeca83be105c85e87a0b53823590e3944c918 100644 (file)
@@ -1,6 +1,6 @@
 ---
 - name: Ensure common packages are installed.
-  yum:
-    name: "{{ item }}"
+  dnf:
+    name: "{{ common_packages }}"
     state: installed
-  with_items: common_packages
+    install_weak_deps: false
This page took 0.02241 seconds and 4 git commands to generate.