ansible-galaxy - source deps from all servers and not just parent - 2.9 (#72683)

(cherry picked from commit fb092a82a1)

* Slight tweak to galaxy source selection (#72685)
(cherry picked from commit 18e5628b19)
pull/72883/head
Jordan Borean 5 years ago committed by GitHub
parent 2cd72a98de
commit 1e228e157a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

@ -840,7 +840,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)
checked_parents.add(parent)

Loading…
Cancel
Save