blob: 9dffb3d231d761eb711eadfc3c800f0b5b58fcbb (
plain)
1
2
3
4
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.
|