From 66aa6dcd6a2a4c305e47d491c933205f385e62d5 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 24 Aug 2016 16:22:36 +0200 Subject: [PATCH] Pin Ansible to 2.1.0.0 to avoid loop_var being undefined Since pulling Ansible 2.1.1.0, the role fails with 'item_cloud not defined' when processing the per-cloud resources. I believe the issue is due to: https://github.com/ansible/ansible/issues/17148 Pinning to previous version for now till the issue is fixed. Change-Id: Ia7275f6bcc308dd0a0509744711c37451546026b --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22626de..530485b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -ansible>=2.1.0.0 +ansible==2.1.0.0 -e git://github.com/openstack-infra/shade.git/#egg=shade