diff options
author | Jordan Borean <jborean93@gmail.com> | 2021-01-11 16:41:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 00:41:56 -0600 |
commit | c5248f756c43a0ea0e6bd11249c466fa17c8fab2 (patch) | |
tree | 726f5b92f30ffbd4ae123e1a945af130b92686fb /changelogs | |
parent | 511ffdeff79844c2125d8e4438738e7f1d045598 (diff) | |
download | ansible-c5248f756c43a0ea0e6bd11249c466fa17c8fab2.tar.gz |
Collection list site packages (#70173) (#72940)
* ansible-galaxy collection list and verify now utilize collections in site-packages.
This is a short term fix for #70147. The long term fix needs to handle
install (but that discussion is also bound up in how upgrade is going to
work and where things can get installed so it's deferred for 2.11.)
* Add test for ansible-galaxy collection list with site-packages
Co-authored-by: David Moreau Simard <moi@dmsimard.com>
Co-authored-by: Jordan Borean <jborean93@gmail.com>
(cherry picked from commit e7dee73774b0b436551e4993ba917eec1e03af2d)
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/collection-list-site-packages.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/collection-list-site-packages.yaml b/changelogs/fragments/collection-list-site-packages.yaml new file mode 100644 index 0000000000..2f169fd77b --- /dev/null +++ b/changelogs/fragments/collection-list-site-packages.yaml @@ -0,0 +1,3 @@ +bugfixes: +- Fix ansible-galaxy collection list to show collections in site-packages + (https://github.com/ansible/ansible/issues/70147) |