mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Removes the use of pexpect in the winrm connection plugin and rely on just subprocess. In the past pexpect was used for macOS compatibility so that it could handle the TTY prompt but after testing it seems like subprocess with `start_new_session=True` is enough to get it reading from stdin on all platforms. This simplifies the code as there's no longer an optional library changing how things are called and will work out of the box. |
10 months ago | |
|---|---|---|
| .. | ||
| _vendor | 2 years ago | |
| ansible_test | 1 year ago | |
| cli | 12 months ago | |
| config | 2 years ago | |
| errors | 1 year ago | |
| executor | 1 year ago | |
| galaxy | 11 months ago | |
| inventory | 1 year ago | |
| inventory_test_data/group_vars | 11 years ago | |
| mock | 1 year ago | |
| module_utils | 11 months ago | |
| modules | 12 months ago | |
| parsing | 1 year ago | |
| playbook | 1 year ago | |
| plugins | 10 months ago | |
| regex | 2 years ago | |
| template | 12 months ago | |
| utils | 1 year ago | |
| vars | 1 year ago | |
| __init__.py | 9 years ago | |
| requirements.txt | 2 years ago | |
| test_context.py | 2 years ago | |
| test_no_tty.py | 2 years ago | |