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