ansible: Add el9 nodes
[lttng-ci.git] / automation / ansible / roles / lttng-tools / tasks / setup-RedHat.yml
index 3774b33a56596c5b8fde217981248d5109f96100..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.022164 seconds and 4 git commands to generate.