community.general/lib/ansible/playbook/role
Matt Martz f474195a3b
Attempt 4: Prevent reparenting a block with itself (#38747)
* More concisely reparent, ensuring we don't go too shallow or too deep in this process. Fixes #38357

* More explicit reparenting, with a short circuit for a common case

* We need new_block to have a parent, otherwise we lose context with this approach

* Remove duplicate parent assignment

* Change callers of Block.copy to not use exclude_parent=True, when including the parent, exclude tasks
2018-04-16 12:33:08 -05:00
..
__init__.py Attempt 4: Prevent reparenting a block with itself (#38747) 2018-04-16 12:33:08 -05:00
definition.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
metadata.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
requirement.py actual error reporting on failed galaxy clone (#36788) 2018-04-10 17:26:17 -04:00