pin ansible to version 2.2.1.0
ansible 2.2.2.0 has an [issue]() that causes problems for kargo: ``` (env) kargo ᐅ env/bin/ansible-playbook upgrade-cluster.yml ERROR! Unexpected Exception: 'Host' object has no attribute 'remove_group' ``` Pinning ansible to 2.2.1.0 resolved this for me.
This commit is contained in:
parent
c2c334d22f
commit
907e43b9d5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
ansible>=2.2.1
|
ansible==2.2.1.0
|
||||||
netaddr
|
netaddr
|
||||||
# Ansible 2.2.1 requires jinja2<2.9, see <https://github.com/ansible/ansible/blob/v2.2.1.0-1/setup.py#L25>,
|
# Ansible 2.2.1 requires jinja2<2.9, see <https://github.com/ansible/ansible/blob/v2.2.1.0-1/setup.py#L25>,
|
||||||
# but without explicit limiting upper jinja2 version here pip ignores
|
# but without explicit limiting upper jinja2 version here pip ignores
|
||||||
|
|
Loading…
Reference in a new issue