tests: try to fix PATH problem on Travis.

issue510
David Wilson 6 years ago
parent f5f72b958f
commit 5f815ec6c4

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

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

Loading…
Cancel
Save