ansible/changelogs/fragments/69101-collection-role-to-standalone-role.yml

6 lines
246 B
YAML
Raw Normal View History

bugfixes:
- Collections - Allow a collection role to call a stand alone role, without
needing to explicitly add ``ansible.legacy`` to the collection search
order within the collection role.
(https://github.com/ansible/ansible/issues/69101)