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:
parent
9b7ded1a1c
commit
75cc748b09
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user