tests: try to fix PATH problem on Travis.

This commit is contained in:
David Wilson 2018-11-05 15:27:21 +00:00
parent f5f72b958f
commit 5f815ec6c4
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
- include_tasks: _end_play_if_not_sudo_linux.yml - include_tasks: _end_play_if_not_sudo_linux.yml
- command: | - command: |
sudo -nE ansible sudo -nE "{{lookup('env', 'VIRTUAL_ENV')}}/bin/ansible"
-i localhost, -i localhost,
-c setns -c setns
-e mitogen_kind=lxc -e mitogen_kind=lxc

View File

@ -14,7 +14,7 @@
- include_tasks: _end_play_if_not_sudo_linux.yml - include_tasks: _end_play_if_not_sudo_linux.yml
- command: | - command: |
sudo -nE ansible sudo -nE "{{lookup('env', 'VIRTUAL_ENV')}}/bin/ansible"
-i localhost, -i localhost,
-c setns -c setns
-e mitogen_kind=lxd -e mitogen_kind=lxd