mitogen/ansible_mitogen
David Wilson 3d588323ff issue #340: use expanded delegate_to hostname, not template.
PlayContext.delegate_to is the unexpanded template, Ansible doesn't keep
a copy of it around anywhere convenient. We either need to re-expand it
or take the expanded version that was stored on the Task, which is what
is done here.
2018-08-18 16:43:59 +01:00
..
plugins ansible: plugins were missing absolute_import. 2018-08-18 16:43:59 +01:00
__init__.py ansible: restructure to avoid intermediate imports 2018-03-19 21:58:29 +05:45
connection.py issue #340: use expanded delegate_to hostname, not template. 2018-08-18 16:43:59 +01:00
loaders.py issue #294: ansible: fix mixed vanilla/Mitogen runs. 2018-07-09 15:48:17 +01:00
logging.py issue #317: ansible: fix log filtering in several cases 2018-07-23 13:33:08 -07:00
mixins.py issue #340: use expanded delegate_to hostname, not template. 2018-08-18 16:43:59 +01:00
module_finder.py ansible: fix 3.x dependency scanning on OS X 2018-07-08 16:06:08 +01:00
parsing.py issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 2018-07-22 16:24:42 -07:00
planner.py ansible: don't crash when adhoc tries to run a missing module. 2018-08-18 16:43:59 +01:00
process.py ansible: fix duplicate MuxProcess socket write. 2018-08-18 16:43:59 +01:00
runner.py issue #338: refactor env handling into class and fix tests. 2018-08-18 16:43:59 +01:00
services.py ansible: serialize calls to ModuleDepService. 2018-07-31 13:05:07 -07:00
strategy.py issue #299: ansible: fix PluginLoader.get() monkey-patch 2018-07-12 22:40:15 +01:00
target.py ansible: Py3.x fixes for Ansible PR #41749 workaround. 2018-07-28 12:37:26 -07:00