ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / lttng-analyses / tasks / setup-Alpine.yml
index 9bb8f4a141dc54b2bc62454a7053957ebb91af0f..b74cac54884b9ccde615cc6efd43cf6b6fc73f05 100644 (file)
@@ -4,5 +4,5 @@
 
 - name: Ensure lttng-analyses build dependencies are installed.
   apk: "name={{ item }} state=present"
-  with_items: lttng_analyses_packages
+  with_items: "{{ lttng_analyses_packages }}"
 
This page took 0.022597 seconds and 4 git commands to generate.