Pin ARA to 0.9.1 temporarily

The next release of ARA (0.10.0) contains a change to the callback
plugin location that /should/ be backwards compatible but let's
control the update to the newer version to be safe and avoid
breaking the gate needlessly.

Change-Id: I32176166e8ebcbfdf0baa8bd7ec30e5ec6d795a5
This commit is contained in:
David Moreau-Simard 2016-10-20 17:50:19 -04:00
parent 9b7ded1a1c
commit 75cc748b09
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ function setup_ansible {
# Record the running state of the environment as seen by the setup module
ansible all -i ${RAW_INVENTORY} -m setup > /tmp/logs/ansible/initial-setup
sudo pip install ara
sudo pip install ara==0.9.1
sudo mkdir /etc/ansible
sudo tee /etc/ansible/ansible.cfg<<EOF
[defaults]