From fd60d2baf4cf08e4764aff6963c81db6bfaea93c Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Sat, 22 Oct 2016 21:52:05 -0400 Subject: [PATCH] Unpin ARA, update callback location ARA 0.9.2 was released which deprecates the previous callback location in favor of a new one. The deprecated location still works but let's move to the new one right away. Change-Id: I8a10d5855ab6f813e52cc6efce5bcfe91d9c3f92 --- tools/setup_gate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh index 40379ffc87..437cea7baa 100755 --- a/tools/setup_gate.sh +++ b/tools/setup_gate.sh @@ -123,11 +123,11 @@ 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==0.9.1 + sudo pip install ara sudo mkdir /etc/ansible sudo tee /etc/ansible/ansible.cfg<