mirror of https://github.com/ansible/ansible.git
Collection list site packages (#70173)
* 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 * Fix sanity issue Co-authored-by: David Moreau Simard <moi@dmsimard.com> Co-authored-by: Jordan Borean <jborean93@gmail.com>pull/72957/head
parent
0a60e5e341
commit
e7dee73774
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- Fix ansible-galaxy collection list to show collections in site-packages
|
||||
(https://github.com/ansible/ansible/issues/70147)
|
Loading…
Reference in New Issue