summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2019-03-12 16:19:56 -0400
committerGitHub <noreply@github.com>2019-03-12 16:19:56 -0400
commita8eb25ac146a8eeff7bad30b06fabc916312fc52 (patch)
treecfa899c58b9e362821c942b4356c55a94fb859a6 /changelogs
parent35b95abf28c2885a8363b850dfa59b108cbd1984 (diff)
downloadansible-a8eb25ac146a8eeff7bad30b06fabc916312fc52.tar.gz
clear all loader caches with new dir for plugin (#53413)
* clear all loader caches with new dir for plugin fixes #17078 * added toggle to revert behaviour
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/fix_plugin_loader_cache.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_plugin_loader_cache.yml b/changelogs/fragments/fix_plugin_loader_cache.yml
new file mode 100644
index 0000000000..ab0cab6641
--- /dev/null
+++ b/changelogs/fragments/fix_plugin_loader_cache.yml
@@ -0,0 +1,3 @@
+bugfixes:
+ - clear all caches in plugin loader for a plugin type when adding new paths,
+ otherwise new versions of already loaded plugin won't be discovered