ansible: Add el9 nodes
[lttng-ci.git] / automation / ansible / roles / lttng-tools / tasks / setup-RedHat.yml
index 8d9a7fdc8f65edd65b1665f7da6c1d2e88a8ff98..e881306b902d70a3580128d90c898e8921c6bfa1 100644 (file)
@@ -1,6 +1,5 @@
 ---
 - name: Ensure lttng-tools build dependencies are installed.
-  yum:
-    name: "{{ item }}"
+  dnf:
+    name: "{{ lttng_tools_packages }}"
     state: installed
-  with_items: "{{ lttng_tools_packages }}"
This page took 0.023917 seconds and 4 git commands to generate.