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
2018-08-01 16:48:49 -04:00
..
role Fix referenced before assignment in role requirements 2018-08-01 16:48:49 -04:00
__init__.py
attribute.py Correct default value of always_post_validate in docstring 2018-07-27 16:01:07 -04:00
base.py Fix NameError, value was not available in this context leading to a generic unexpected error. Fixes #33275 (#41856) 2018-06-25 15:04:32 -05:00
become.py
block.py Validate that rescue and always have an accompanying block. Fixes #26751 (#41822) 2018-06-22 13:59:15 -05:00
conditional.py
handler.py
handler_task_include.py
helpers.py
included_file.py Support item label in v2_playbook_on_include (#42478) 2018-07-09 11:27:00 -04:00
loop_control.py
play.py Remove dead 'vault_password' play attribute (#41847) 2018-07-25 12:01:10 -05:00
play_context.py
playbook_include.py
role_include.py Prefer name of include_role. Fixes #43332 2018-07-31 13:25:47 -04:00
taggable.py
task.py Add config to fail on invalid task attributes. Fixes #42479 2018-07-10 09:49:16 -04:00
task_include.py