From ac9f416bc19ec2aaf938d4b7a430e41dcc10934f Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 4 May 2018 18:00:18 +0100 Subject: [PATCH] tests: make Ansible tests run again. --- .travis/ansible_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/ansible_tests.sh b/.travis/ansible_tests.sh index 12cad13c..664057d4 100755 --- a/.travis/ansible_tests.sh +++ b/.travis/ansible_tests.sh @@ -39,6 +39,7 @@ pip install -U ansible=="${ANSIBLE_VERSION}" cd ${TRAVIS_BUILD_DIR}/tests/ansible chmod go= ${TRAVIS_BUILD_DIR}/tests/data/docker/mitogen__has_sudo_pubkey.key +echo '[test-targets]' > ${TMPDIR}/hosts echo \ target \ ansible_host=$DOCKER_HOSTNAME \