community.general/lib/ansible/modules/utilities/logic
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
..
__init__.py added missing init.py for utilities modules 2016-12-08 11:22:25 -05:00
assert.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
async_status.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
async_wrapper.py refactoring async 2017-02-06 19:32:00 -05:00
debug.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
fail.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
include.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
include_role.py Fix include_role docs to be valid YAML (#19506) 2016-12-19 10:45:01 +00:00
include_vars.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
pause.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
set_fact.py add variable precedence warning to set_fact documentation. (#20774) 2017-01-27 16:18:58 -05:00
set_stats.py allow modules to set custom stats (#18946) 2017-01-05 16:38:36 -05:00
wait_for.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00