You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/75468_fix_galaxy_server_fal...

10 lines
424 B
YAML

bugfixes:
- >-
ansible-galaxy - Fix handling HTTP exceptions from Galaxy servers.
Continue to the next server in the list until the collection is found.
minor_changes:
- >-
ansible-galaxy - Non-HTTP exceptions from Galaxy servers are now a warning and only fatal if
the collection to download|install|verify is not available from any of the servers
(https://github.com/ansible/ansible/issues/75443).