ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / lttng-analyses / tasks / setup-Debian.yml
index 2c873fedc5a487cce7dc7e27cd92371e814e71f9..96dee976ea9d28ec335f2ca7df569f4ebd694bf9 100644 (file)
@@ -4,5 +4,5 @@
 
 - name: Ensure lttng-analyses build dependencies are installed.
   apt: "name={{ item }} state=installed"
-  with_items: lttng_analyses_packages
+  with_items: "{{ lttng_analyses_packages }}"
 
This page took 0.023596 seconds and 4 git commands to generate.