community.general/lib/ansible/executor
Brian Coca c86a17b7a0 refactoring async
- centralized skipping
- also fixed module name broken by previous refactor
- let action modules handle async processing
- moved async into base action class's module exec
- action plugins can now run final action as async
- actually skip copy if base skips
- fixed normal for new paths
- ensure internal stat is never async
- default poll to 10 as per docs
- added hint for callback fix on poll
- restructured late tmp, now a pipeline query
- moving action handler to connection as networking does
- fixed network assumption invocation is always passed
- centralized key cleanup, normalized internal var
- _supress_tmpdir_delete now in _ansible_xxx and gets removed from results
- delay internal key removal till after we use em
- nicer tmp removing, using existing methods
- moved cleanup tmp flag to mking tmp func
2017-02-06 19:32:00 -05:00
..
process
__init__.py
action_write_locks.py
module_common.py Module utils default path (#20913) 2017-02-02 17:48:53 -08:00
play_iterator.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
playbook_executor.py
stats.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
task_executor.py refactoring async 2017-02-06 19:32:00 -05:00
task_queue_manager.py Warn reserved (#20567) 2017-01-31 15:35:28 -05:00
task_result.py minor spelling changes 2016-12-13 13:51:13 -05:00