mirror of https://github.com/ansible/ansible.git
Consider all configured collection paths when installing collections (#81243)
* Only install collections which can't be satisfied by a collection in any of the configured paths. * Improve warning for unexpected collection install path Fix warning when path is configured, but is a pip-managed path Normalize the path before validating to fix warning consistencypull/81149/head
parent
c5d18c39d8
commit
efbc00b6e4
@ -0,0 +1,7 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
``ansible-galaxy`` now considers all collection paths when identifying which collection requirements are already installed.
|
||||
Use the ``COLLECTIONS_PATHS`` and ``COLLECTIONS_SCAN_SYS_PATHS`` config options to modify these.
|
||||
Previously only the install path was considered when resolving the candidates.
|
||||
The install path will remain the only one potentially modified.
|
||||
(https://github.com/ansible/ansible/issues/79767, https://github.com/ansible/ansible/issues/81163)
|
Loading…
Reference in New Issue