tests: more ansible_test tweaks
This commit is contained in:
parent
3e2abf36d5
commit
f7db338d12
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue