ansible/changelogs/fragments/config_lookup_fix.yml
Brian Coca 3a244c5533
config lookup can now handle collection plugins (#74250)
use load_name of valid plugin to find config, will handle the renamed loaded plugin that collections do:
`ansible_collection.<ns>.<collname>.plugins.<type>.<name>`
2021-04-13 00:00:43 -04:00

3 lines
68 B
YAML

bugfixes:
- config lookup, can also handle collection plugins now