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/73336-ansible-galaxy_collec...

10 lines
429 B
YAML

major_changes:
- >-
It became possible to upgrade Ansible collections from Galaxy servers
using the ``--upgrade`` option with ``ansible-galaxy collection install``.
- >-
A collection can be reinstalled with new version requirements without using
the ``--force`` flag. The collection's dependencies will also be updated
if necessary with the new requirements. Use ``--upgrade`` to force
transitive dependency updates.