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
This commit is contained in:
Ricardo Carrillo Cruz 2016-08-24 16:22:36 +02:00
parent 205f4d31de
commit 66aa6dcd6a
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
ansible>=2.1.0.0
ansible==2.1.0.0
-e git://github.com/openstack-infra/shade.git/#egg=shade