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 d255cf42d7
Fix NameError, value was not available in this context leading to a generic unexpected error. Fixes #33275 (#41856)
8 years ago
..
role Load role vars and defaults before parsing tasks (#40982) 8 years ago
__init__.py Pass vars from import_playbook in early (#39521) 8 years ago
attribute.py Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595) 8 years ago
base.py Fix NameError, value was not available in this context leading to a generic unexpected error. Fixes #33275 (#41856) 8 years ago
become.py leftover from porting become to v2 that's unused 9 years ago
block.py Validate that rescue and always have an accompanying block. Fixes #26751 (#41822) 8 years ago
conditional.py Don't overwrite builtin jinja2 filters with tests (#37881) 8 years ago
handler.py Collated PEP8 fixes (#25293) 9 years ago
handler_task_include.py Collated PEP8 fixes (#25293) 9 years ago
helpers.py Revert #39365, improve error messaging (#41208) 8 years ago
included_file.py Don't ignore a duplicate host for an already processed include (#40361) 8 years ago
loop_control.py rebase base playbook base (#39533) 8 years ago
play.py Handle typing of vars_files in Play.get_vars_files. Fixes #14708 (#41801) 8 years ago
play_context.py Add a 'machinectl shell' become_method (#39826) 8 years ago
playbook_include.py Pass vars from import_playbook in early (#39521) 8 years ago
role_include.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 8 years ago
taggable.py add 'never' tag (#34104) 8 years ago
task.py Ensure we raise the exception caught _post_validate_environment->_parse_env_kv. Fixes #41322 (#41411) 8 years ago
task_include.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 8 years ago