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:
parent
205f4d31de
commit
66aa6dcd6a
@ -1,2 +1,2 @@
|
||||
ansible>=2.1.0.0
|
||||
ansible==2.1.0.0
|
||||
-e git://github.com/openstack-infra/shade.git/#egg=shade
|
||||
|
Loading…
Reference in New Issue
Block a user