Lock Ansible to 2.4.0.0 in multi-node-aio
2.4.1.0 appears to have introduced some different behaviors around vars and breaks. Locking to 2.4.0.0 until we can work through those issues. Change-Id: I0f577e5e3cbeef082f2a870a7214116937e84351
This commit is contained in:
parent
676d574623
commit
419e44385c
@ -83,4 +83,4 @@ if [[ ${#BINDEP_PKGS} > 0 ]]; then
|
||||
esac
|
||||
fi
|
||||
|
||||
sudo pip install ansible
|
||||
sudo pip install ansible==2.4.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user