jjb: Remove coverity build options related to lttng-scope
[lttng-ci.git] / automation / ansible / roles / lttng-scope / tasks / setup-RedHat.yml
index ccd3b7af5ff399c90bc60761711b3ccc9319478f..5c539d5482cd1fdc44d86e1490df927cbb94f56a 100644 (file)
@@ -1,6 +1,5 @@
 ---
 - name: Ensure lttng_scope build dependencies are installed.
-  yum:
-    name: "{{ item }}"
+  dnf:
+    name: "{{ lttng_scope_packages }}"
     state: installed
-  with_items: "{{ lttng_scope_packages }}"
This page took 0.022643 seconds and 4 git commands to generate.