ansible-galaxy - source deps from all servers and not just parent - 2.10 (#72684)
* Added integration tests for this scenario (cherry picked from commitfb092a82a1
) * Slight tweak to galaxy source selection (#72685) (cherry picked from commit18e5628b19
)
This commit is contained in:
parent
71ef981191
commit
c67d7225e9
2 changed files with 5 additions and 1 deletions
4
changelogs/fragments/galaxy-servers.yml
Normal file
4
changelogs/fragments/galaxy-servers.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- >
|
||||
ansible-galaxy - find any collection dependencies in the globally configured Galaxy servers and not just the server
|
||||
the parent collection is from.
|
|
@ -1187,7 +1187,7 @@ def _build_dependency_map(collections, existing_collections, b_temp_path, apis,
|
|||
deps_exhausted = False
|
||||
for dep_name, dep_requirement in parent_info.dependencies.items():
|
||||
_get_collection_info(dependency_map, existing_collections, dep_name, dep_requirement,
|
||||
parent_info.api, b_temp_path, apis, validate_certs, force_deps,
|
||||
None, b_temp_path, apis, validate_certs, force_deps,
|
||||
parent=parent, allow_pre_release=allow_pre_release)
|
||||
|
||||
checked_parents.add(parent)
|
||||
|
|
Loading…
Reference in a new issue