mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
The PlayIterator was written without nested roles in mind, but since include_role can nest them we need to check to see if we've moved into a new role which is a child via nesting. Fixes #18026