mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
IncludeRole objects don't use _raw_params for the name/etc. of roles like regular incudes, but the code for finding relative includes assumed that all includes had a _raw_params field. This fixes that by correctly checking the parent object type and using the appropriate field. Fixes #26525