ansible: Fix for ansible 2.2
[lttng-ci.git] / automation / ansible / roles / cross-compilers / tasks / setup-Debian.yml
index 878efd122dac7115fb3ed6e7890d406630a67197..3a1bebcc9a517b6501b940abe43613bc92a64164 100644 (file)
@@ -2,6 +2,6 @@
 - name: Update apt cache.
   apt: update_cache=yes cache_valid_time=86400
 
-- name: Ensure common packages are installed.
+- name: Ensure cross-compilers packages are installed.
   apt: "name={{ item }} state=installed"
-  with_items: common_packages
+  with_items: "{{ cross_compilers_packages }}"
This page took 0.022046 seconds and 4 git commands to generate.