Upgrading

This document describes the recommended method of upgrading OS Migrate from Ansible Galaxy.

Collection upgrade

To upgrade to the latest release if you already have the OS Migrate collection installed, make sure to pass the -f flag to the installation command, which will force installing the (latest) collection even if it is already present:

ansible-galaxy collection install -f os_migrate.os_migrate

To upgrade/downgrade to a particular release:

ansible-galaxy collection install os_migrate.os_migrate:<VERSION>

You can find available releases at OS Migrate Galaxy page.