ansible/changelogs/fragments/70375-galaxy-server.yml
Matt Martz 1f1d6e5aec
Use the first galaxy server supporting v1 for roles (#70375)
* Use the first galaxy server supporting v1 for roles. Fixes #65440

* Add changelog fragment

* This is best effort, fall back to original behavior if something bad happens
2020-07-01 14:58:35 -05:00

4 lines
222 B
YAML

bugfixes:
- ansible-galaxy - Instead of assuming the first defined server is galaxy,
filter based on the servers that support the v1 API, and return the first
of those (https://github.com/ansible/ansible/issues/65440)