ansible/changelogs/fragments/73336-ansible-galaxy_collection_install_upgrade.yaml
Sloane Hertel 9759e0ca49
add option to upgrade collections (#73336)
* Add a flag to ansible-galaxy to update collections


Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2021-02-04 07:08:02 +10:00

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