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
2018-06-18 10:56:55 -05:00
..
role Load role vars and defaults before parsing tasks (#40982) 2018-06-18 10:56:55 -05:00
__init__.py Pass vars from import_playbook in early (#39521) 2018-04-30 16:13:43 -05:00
attribute.py Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595) 2018-01-05 21:51:44 -05:00
base.py always_run: removed deprecated always_run task option (#40470) 2018-05-23 07:10:36 +10:00
become.py
block.py Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 2018-04-16 16:46:47 -05:00
conditional.py Don't overwrite builtin jinja2 filters with tests (#37881) 2018-03-26 12:06:00 -05:00
handler.py
handler_task_include.py
helpers.py Revert #39365, improve error messaging (#41208) 2018-06-07 09:00:50 -05:00
included_file.py Don't ignore a duplicate host for an already processed include (#40361) 2018-06-08 15:36:22 -05:00
loop_control.py rebase base playbook base (#39533) 2018-05-03 18:29:47 -04:00
play.py Ensure we don't overwrite handlers from include_role when loading a play. Fixes #18140 (#39563) 2018-05-01 12:18:36 -05:00
play_context.py Add a 'machinectl shell' become_method (#39826) 2018-05-25 10:52:53 -05:00
playbook_include.py Pass vars from import_playbook in early (#39521) 2018-04-30 16:13:43 -05:00
role_include.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 2018-05-31 12:08:38 -05:00
taggable.py add 'never' tag (#34104) 2018-02-07 15:21:55 -08:00
task.py Ensure we raise the exception caught _post_validate_environment->_parse_env_kv. Fixes #41322 (#41411) 2018-06-13 12:22:07 -04:00
task_include.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 2018-05-31 12:08:38 -05:00