mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 02:41:30 +00:00
Child blocks (whether nested or via includes) don't get a copy of the dependency chain, so the above method should be used to ensure the block looks at its parents dep chain. Fixes #15996