tests: try to fix PATH problem on Travis.
This commit is contained in:
parent
f5f72b958f
commit
5f815ec6c4
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue