tests: more ansible_test tweaks

This commit is contained in:
David Wilson 2018-04-16 19:05:54 +01:00
parent 3e2abf36d5
commit f7db338d12
1 changed files with 2 additions and 2 deletions

View File

@ -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