tests: use Ansible 2.5.5 by default

This commit is contained in:
David Wilson 2018-07-05 21:29:40 +01:00
parent bd65e50b2f
commit ea5a4ed385
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
TRAVIS_BUILD_DIR="${TRAVIS_BUILD_DIR:-`pwd`}"
TMPDIR="/tmp/ansible-tests-$$"
ANSIBLE_VERSION="${VER:-2.4.3.0}"
ANSIBLE_VERSION="${VER:-2.5.5}"
export ANSIBLE_STRATEGY="${STRATEGY:-mitogen_linear}"
DISTRO="${DISTRO:-debian}"

View File

@ -4,7 +4,7 @@
TMPDIR="/tmp/debops-$$"
TRAVIS_BUILD_DIR="${TRAVIS_BUILD_DIR:-`pwd`}"
TARGET_COUNT="${TARGET_COUNT:-2}"
ANSIBLE_VERSION="${VER:-2.4.3.0}"
ANSIBLE_VERSION="${VER:-2.5.5}"
DISTRO=debian # Naturally DebOps only supports Debian.
export PYTHONPATH="${PYTHONPATH}:${TRAVIS_BUILD_DIR}"