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.
mitogen/ansible_mitogen
David Wilson a1e653978b issue #340: connection delegation used wrong variable name.
When inventory name did not match remote_addr, it would attempt to SSH
to the inventory name.
7 years ago
..
plugins ansible: plugins were missing absolute_import. 7 years ago
__init__.py ansible: restructure to avoid intermediate imports 8 years ago
connection.py issue #340: connection delegation used wrong variable name. 7 years ago
loaders.py issue #294: ansible: fix mixed vanilla/Mitogen runs. 8 years ago
logging.py issue #317: ansible: fix log filtering in several cases 7 years ago
mixins.py ansible: make _remote_expand_user() pay attention to sudoable=.. 7 years ago
module_finder.py ansible: fix 3.x dependency scanning on OS X 8 years ago
parsing.py issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 7 years ago
planner.py ansible: don't crash when adhoc tries to run a missing module. 7 years ago
process.py ansible: fix duplicate MuxProcess socket write. 7 years ago
runner.py ansible: handle >2.6 magic exceptions + sys.excepthook damage 7 years ago
services.py ansible: serialize calls to ModuleDepService. 7 years ago
strategy.py issue #299: ansible: fix PluginLoader.get() monkey-patch 8 years ago
target.py ansible: Py3.x fixes for Ansible PR #41749 workaround. 7 years ago