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
2016-08-15 10:08:11 -05:00
..
role Move tasks/blocks to a single parent model 2016-08-08 15:58:46 -05:00
__init__.py Save and restore the loader's basedir when loading playbooks 2016-05-23 15:04:44 -04:00
attribute.py Make the loop variable (item by default) settable per task 2016-04-19 01:42:40 -04:00
base.py Validate new blocks during copy 2016-08-10 08:27:59 -05:00
become.py
block.py Several fixes for includes 2016-08-11 14:07:49 -05:00
conditional.py
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 Make sure includes for handlers in roles look in the correct subdir 2016-08-15 10:08:11 -05:00
included_file.py Move tasks/blocks to a single parent model 2016-08-08 15:58:46 -05:00
loop_control.py Make the loop variable (item by default) settable per task 2016-04-19 01:42:40 -04:00
play.py FEATURE: adding variable serial batches 2016-08-04 15:04:10 -05:00
play_context.py add check_mode option for tasks (#16056) 2016-07-22 20:40:14 -04:00
playbook_include.py Fixes #15745 playbook include: Conditional scoping 2016-05-11 15:58:36 -04:00
taggable.py
task.py Several fixes for includes 2016-08-11 14:07:49 -05:00
task_include.py Several fixes for includes 2016-08-11 14:07:49 -05:00
vars.py
vars_file.py