summaryrefslogtreecommitdiff
path: root/changelogs/fragments/fqn-module-cache.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/fqn-module-cache.yml')
-rw-r--r--changelogs/fragments/fqn-module-cache.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/fqn-module-cache.yml b/changelogs/fragments/fqn-module-cache.yml
new file mode 100644
index 0000000000..9dffb3d231
--- /dev/null
+++ b/changelogs/fragments/fqn-module-cache.yml
@@ -0,0 +1,5 @@
+bugfixes:
+- AnsiballZ - Ensure we use the full python package in the module cache filename
+ to avoid a case where ``collections:`` is used to execute a module via short name,
+ where the short name duplicates another module from ``ansible.builtin`` or another
+ collection that was executed previously.