mirror of https://github.com/ansible/ansible.git
Use a venv in more integration tests (#83799)
* Use venv for pause test * Use venv for debugger test * Use venv for builtin_vars_prompt testpull/83802/head
parent
6eb16faed2
commit
a3ee846a64
@ -1,4 +1,2 @@
|
||||
setup/always/setup_passlib
|
||||
setup/always/setup_pexpect
|
||||
shippable/posix/group3
|
||||
context/controller
|
||||
|
@ -1,3 +1,2 @@
|
||||
needs/target/setup_pexpect
|
||||
shippable/posix/group3
|
||||
context/controller # this is a controller-only action, the module is just for documentation
|
||||
|
@ -1,4 +0,0 @@
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
roles:
|
||||
- setup_pexpect
|
Loading…
Reference in New Issue