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:
Antony Messerli 2017-10-26 13:06:16 -05:00
parent 676d574623
commit 419e44385c

View File

@ -83,4 +83,4 @@ if [[ ${#BINDEP_PKGS} > 0 ]]; then
esac
fi
sudo pip install ansible
sudo pip install ansible==2.4.0.0