da98fc267a
* Allow a collection role to call a standalone role by default. Fixes #69101 * tweaked changelog text * Guard against NoneType Co-authored-by: Matt Davis <nitzmahone@users.noreply.github.com>
5 lines
246 B
YAML
5 lines
246 B
YAML
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)
|