From f7db338d12a77dafcff3e30e47d7ba7b7b437a2c Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 16 Apr 2018 19:05:54 +0100 Subject: [PATCH] tests: more ansible_test tweaks --- .travis/ansible_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/ansible_tests.sh b/.travis/ansible_tests.sh index 0a54109c..1736ab99 100755 --- a/.travis/ansible_tests.sh +++ b/.travis/ansible_tests.sh @@ -44,8 +44,8 @@ echo \ ansible_host=$DOCKER_HOSTNAME \ ansible_port=2201 \ ansible_python_interpreter=/usr/bin/python2.7 \ - ansible_user=mitogen__has_sudo_pubkey \ - ansible_ssh_private_key_file=${TRAVIS_BUILD_DIR}/tests/data/docker/mitogen__has_sudo_pubkey.key \ + ansible_user=mitogen__has_sudo_nopw \ + ansible_password=has_sudo_nopw_password \ >> ${TMPDIR}/hosts echo travis_fold:end:job_setup