community.general/lib/ansible/playbook
Matt Martz 7db5ce2c86
Ensure handlers have proper parent (#39426)
* Ensure role handlers are parented correctly. Fixes #36518

* Add delegate_to test for include_role handlers
2018-04-27 12:03:57 -05:00
..
role Attempt 4: Prevent reparenting a block with itself (#38747) 2018-04-16 12:33:08 -05:00
__init__.py better error on bad playbook encoding 2017-09-14 08:53:15 -07: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 Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 2018-04-16 16:46:47 -05:00
become.py leftover from porting become to v2 that's unused 2017-07-24 10:12:17 -07:00
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 Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py Ensure handlers have proper parent (#39426) 2018-04-27 12:03:57 -05:00
included_file.py Update TaskInclude _raw_params with the expanded/templated path to file (#39365) 2018-04-26 14:25:02 -05:00
loop_control.py fix loop_control templating (#36124) 2018-02-14 15:52:19 -05:00
play.py caller to preprocess must be None aware (#33653) 2018-02-08 11:25:20 -06:00
play_context.py Add support for dzdo flags Fixes #38766 2018-04-16 23:28:51 -04:00
playbook_include.py better error when wrong type passed to import_play (#36592) 2018-04-12 09:37:04 -04:00
role_include.py Ensure handlers have proper parent (#39426) 2018-04-27 12:03:57 -05:00
taggable.py add 'never' tag (#34104) 2018-02-07 15:21:55 -08:00
task.py Use https for links to ansible.com domains. 2018-04-23 11:33:56 -07:00
task_include.py Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 2018-04-16 16:46:47 -05:00