diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2021-03-18 22:53:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 22:53:57 +0100 |
commit | 48c0fbd1cb92943b992b8a522e40ae6fe668e648 (patch) | |
tree | 86415d1484f6cc234e3fcdb0c02767cee3cc9769 /changelogs | |
parent | fix typo (diff) | |
download | ansible-48c0fbd1cb92943b992b8a522e40ae6fe668e648.tar.xz ansible-48c0fbd1cb92943b992b8a522e40ae6fe668e648.zip |
Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73863)
* Fix a bug adding unrelated candidates to the plugin loader redirect_list
* Add tests for the redirect list
* test redirect list for builtin module
* test redirect list for redirected builtin module
* test redirect list for collection module
* test redirect list for redirected collection module
* test redirect list for legacy module
* changelog
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/73863-fix-plugin-redirect-list.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/73863-fix-plugin-redirect-list.yaml b/changelogs/fragments/73863-fix-plugin-redirect-list.yaml new file mode 100644 index 0000000000..9bc7becee1 --- /dev/null +++ b/changelogs/fragments/73863-fix-plugin-redirect-list.yaml @@ -0,0 +1,2 @@ +bugfixes: + - Fix adding unrelated candidate names to the plugin loader redirect list. |