ansible/changelogs/fragments/72170-action-loader-collection-list.yml
Matt Martz be5fc4e642
Ensure we call action_loader.get with collection_list (#72206)
* Ensure we call action_loader.get with collection_list. Fixes #72170

* Add tests and changelog

* Remove grep, do assertion in playbook. ci_complete

* Skip old jinja2 versions

* ci_complete

* dedupe
2020-10-19 09:54:24 -05:00

3 lines
213 B
YAML

bugfixes:
- Collections - Ensure ``action_loader.get`` is called with ``collection_list`` to properly find collections
when ``collections:`` search is specified (https://github.com/ansible/ansible/issues/72170)