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