issue #275: tests: don't explicitly specify interpreter path.
This commit is contained in:
parent
1cb084061c
commit
b7eb96d116
|
@ -45,7 +45,6 @@ echo \
|
|||
target \
|
||||
ansible_host=$DOCKER_HOSTNAME \
|
||||
ansible_port=2201 \
|
||||
ansible_python_interpreter=/usr/bin/python2.7 \
|
||||
ansible_user=mitogen__has_sudo_nopw \
|
||||
ansible_password=has_sudo_nopw_password \
|
||||
>> ${TMPDIR}/hosts
|
||||
|
|
Loading…
Reference in New Issue