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