ansible: fix deprecated syntax
[lttng-ci.git] / automation / ansible / roles / lttng-ust / tasks / setup-RedHat.yml
index 3bcae48098649dd7ac7dc0154563fc40d98a9e50..9b604a971a144e5a0a389ebd08302daf5fa19b84 100644 (file)
@@ -1,6 +1,5 @@
 ---
 - name: Ensure lttng-ust build dependencies are installed.
   dnf:
-    name: "{{ item }}"
+    name: "{{ lttng_ust_packages }}"
     state: installed
-  with_items: "{{ lttng_ust_packages }}"
This page took 0.023307 seconds and 4 git commands to generate.