From a5e5bb47714975fd7328114daa5799bd24256c93 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 25 Feb 2016 17:38:17 +0100
Subject: [PATCH] Remove deprecation warnings from Ansible 2.0.1.0

---
 tasks/configure.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/configure.yml b/tasks/configure.yml
index f1aac5a..8faa87a 100644
--- a/tasks/configure.yml
+++ b/tasks/configure.yml
@@ -17,5 +17,5 @@
   shell: COMPOSER_HOME={{ composer_home_path|default('~/.composer') }}
          composer global require {{ item.key }}:{{ item.value }} --no-progress
          creates={{ composer_home_path|default('~/.composer') }}/vendor/{{ item.key }}
-  with_dict: composer_global_packages
+  with_dict: '{{ composer_global_packages }}'
   when: composer_global_packages|length > 0
-- 
GitLab