From 6d3a3344390e8d5347854495c19b624ecd2a8c21 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 10 Jan 2017 06:53:17 -0600 Subject: [PATCH] tests: test with the latest ansible stable-2.2 branch from github Signed-off-by: Andrew Schoen --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 1e42b467f..cc53543e2 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ skipsdist = True whitelist_externals = vagrant bash + pip passenv=* setenv= ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config @@ -34,6 +35,9 @@ changedir= # creates a cluster, purges the cluster and then brings the cluster back up purge_cluster_collocated: {toxinidir}/tests/functional/centos/7/journal-collocation commands= + # install latest stable version of ansible 2.2 from github, this can be removed + # when there is a release > 2.2.1.0 + ansible2.2: pip install --upgrade git+git://github.com/ansible/ansible.git@stable-2.2 vagrant up --no-provision {posargs:--provider=virtualbox} bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir} -- 2.47.3