ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-Debian.yml
index 878efd122dac7115fb3ed6e7890d406630a67197..135f647829b0dde77939c5e151c3ec4fa2af3a7b 100644 (file)
@@ -4,4 +4,4 @@
 
 - name: Ensure common packages are installed.
   apt: "name={{ item }} state=installed"
-  with_items: common_packages
+  with_items: "{{ common_packages }}"
This page took 0.022924 seconds and 4 git commands to generate.