diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2024-05-14 17:09:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 17:09:55 +0200 |
commit | 65638b4d012400357b08382b068be29751835d5c (patch) | |
tree | ef22043e26d0972554e974f4c2011ff4f36ae4e6 /changelogs | |
parent | Use inclusive word: logical (#83232) (diff) | |
download | ansible-65638b4d012400357b08382b068be29751835d5c.tar.xz ansible-65638b4d012400357b08382b068be29751835d5c.zip |
remove old install info when installing collections (#83194)
* Fix cleaning up galaxy server info from previous installations
* changelog
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/cleanup-outdated-galaxy-install-info.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/cleanup-outdated-galaxy-install-info.yml b/changelogs/fragments/cleanup-outdated-galaxy-install-info.yml new file mode 100644 index 0000000000..7fde75f13e --- /dev/null +++ b/changelogs/fragments/cleanup-outdated-galaxy-install-info.yml @@ -0,0 +1,2 @@ +bugfixes: + - ansible-galaxy collection install - remove old installation info when installing collections (https://github.com/ansible/ansible/issues/83182). |