1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/playbook
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
..
role PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
__init__.py Convert playbook basedir into unicode at the borders 2016-11-21 09:24:37 -08:00
attribute.py smart quotes, die die die. 2016-12-05 14:15:43 -08:00
base.py unified boolean function 2016-11-29 12:34:30 -05:00
become.py Some further cleanup in the meta branch 2016-08-31 13:33:01 -05:00
block.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
conditional.py Fix for bug in Conditional for older jinja2 versions 2017-01-16 13:06:09 -06:00
handler.py FEATURE: handler listeners 2016-06-20 09:30:20 -05:00
handler_task_include.py Fixes #15915: New HandlerTaskInclude Class which can run TaskIncludes inside Handlers 2016-05-22 15:45:55 +02:00
helpers.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
included_file.py Move tasks/blocks to a single parent model 2016-08-08 15:58:46 -05:00
loop_control.py implemented loop pausing (#17289) 2016-08-31 16:09:37 -04:00
play.py Configurable fact path (#18147) 2017-01-12 10:49:04 -05:00
play_context.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
playbook_include.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
role_include.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
taggable.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
task.py refactoring async 2017-02-06 19:32:00 -05:00
task_include.py Several fixes for includes 2016-08-11 14:07:49 -05:00