ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / lttng-modules / tasks / setup-Debian.yml
index 0b90f5f898e1ae5f95098ed2de8fd32fd37a7620..efbd41e48e24245e77d6492c2a38eb1d11755481 100644 (file)
@@ -4,5 +4,5 @@
 
 - name: Ensure lttng-modules build dependencies are installed.
   apt: "name={{ item }} state=installed"
-  with_items: lttng_modules_packages
+  with_items: "{{ lttng_modules_packages }}"
 
This page took 0.026601 seconds and 4 git commands to generate.