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 ee221859cd
Load role vars and defaults before parsing tasks (#40982)
* Load role vars and defaults before parsing tasks. Fixes #40163

* Add porting guide note

* Wording clarifications

* typo

* grammar fixes
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) 7 years ago
attribute.py Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595) 7 years ago
base.py always_run: removed deprecated always_run task option (#40470) 6 years ago
become.py leftover from porting become to v2 that's unused 7 years ago
block.py Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 7 years ago
conditional.py Don't overwrite builtin jinja2 filters with tests (#37881) 7 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 Don't ignore a duplicate host for an already processed include (#40361) 6 years ago
loop_control.py rebase base playbook base (#39533) 7 years ago
play.py Ensure we don't overwrite handlers from include_role when loading a play. Fixes #18140 (#39563) 7 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) 7 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) 7 years ago
task.py Ensure we raise the exception caught _post_validate_environment->_parse_env_kv. Fixes #41322 (#41411) 6 years ago
task_include.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 6 years ago