Mirror of mitogen
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.
 
 
 
Go to file
Alex Willmer 53b4881628 ansible_mitogen: Fix wait_for_connection + templated ansible_python_interpreter
This tightens up our monkey patching `Connection._action` so it's only applied
during `meta: reset_connection` & promptly removed. This fixes "'int' object
has no attribute 'template'" when `ansible.plugins.action.wait_for_connection`
or other code calls `ansible.plugins.connection.ConnectionBase.reset()`.

This could also have switched to `templar=templar` on the temporary action,
rather than `templar=0`, but it's not strictly necessary to fix this bug. I
anticipate other changes doing so soon, to improve interpreter discovery &
templated python interpreter path support.
1 year ago
.ci CI: Increase sshd MaxAuthRetries to 50 on macOS runners 1 year ago
.github Support Ansible 11 (ansible-core 2.18) 1 year ago
ansible_mitogen ansible_mitogen: Fix wait_for_connection + templated ansible_python_interpreter 1 year ago
docs ansible_mitogen: Fix wait_for_connection + templated ansible_python_interpreter 1 year ago
examples Remove get_password_hash, unused 1 year ago
mitogen Begin v0.3.20dev 1 year ago
scripts add Python3 compatibility 2 years ago
tests ansible_mitogen: Fix wait_for_connection + templated ansible_python_interpreter 1 year ago
.gitignore Ignore Ansible retry files 2 years ago
.lgtm.yml Whoops, merge together lgtm.yml and .lgtm.yml 6 years ago
LICENSE Bump copyright year and use generic author name (testing Travis) 5 years ago
MANIFEST.in setup.py: include LICENSE; closes #538. 7 years ago
README.md docs: shields.io badges for PyPI version & supported Python versions 1 year ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 7 years ago
preamble_size.py mitogen.parent: Remove tabs from minimized first stage 4 years ago
run_tests tests: Remove unittest2, use stdlib unittest 4 years ago
setup.cfg Declare universal wheel support 5 years ago
setup.py Declare Python 3.13 support 1 year ago
tox.ini Support Ansible 11 (ansible-core 2.18) 1 year ago

README.md