You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/playbook
Matt Martz 8aea8901c3 Add config to fail on invalid task attributes. Fixes #42479 6 years ago
..
role Load role vars and defaults before parsing tasks (#40982) 6 years ago
__init__.py Pass vars from import_playbook in early (#39521) 6 years ago
attribute.py Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595) 7 years ago
base.py Fix NameError, value was not available in this context leading to a generic unexpected error. Fixes #33275 (#41856) 6 years ago
become.py leftover from porting become to v2 that's unused 7 years ago
block.py Validate that rescue and always have an accompanying block. Fixes #26751 (#41822) 6 years ago
conditional.py Don't overwrite builtin jinja2 filters with tests (#37881) 6 years ago
handler.py Collated PEP8 fixes (#25293) 7 years ago
handler_task_include.py Collated PEP8 fixes (#25293) 7 years ago
helpers.py Revert #39365, improve error messaging (#41208) 6 years ago
included_file.py Support item label in v2_playbook_on_include (#42478) 6 years ago
loop_control.py rebase base playbook base (#39533) 6 years ago
play.py Handle typing of vars_files in Play.get_vars_files. Fixes #14708 (#41801) 6 years ago
play_context.py Add a 'machinectl shell' become_method (#39826) 6 years ago
playbook_include.py Pass vars from import_playbook in early (#39521) 6 years ago
role_include.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 6 years ago
taggable.py add 'never' tag (#34104) 6 years ago
task.py Add config to fail on invalid task attributes. Fixes #42479 6 years ago
task_include.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 6 years ago