From 419e44385c7f8e42f28a81806415383d62f3aef8 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 26 Oct 2017 13:06:16 -0500 Subject: [PATCH] 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 --- multi-node-aio/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-node-aio/bootstrap.sh b/multi-node-aio/bootstrap.sh index 27e4d0cb..05008519 100755 --- a/multi-node-aio/bootstrap.sh +++ b/multi-node-aio/bootstrap.sh @@ -83,4 +83,4 @@ if [[ ${#BINDEP_PKGS} > 0 ]]; then esac fi -sudo pip install ansible +sudo pip install ansible==2.4.0.0