You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/fqn-module-cache.yml

6 lines
304 B
YAML

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.