diff --git a/README.md b/README.md index 66601fd..e094ec4 100644 --- a/README.md +++ b/README.md @@ -220,14 +220,16 @@ Or by using the following Ansible commands: ANSIBLE_ROLES_PATH="roles/" ansible-playbook -i inventory.ini play.yml -vv ``` -Note that if you install any collections from Ansible Galaxy, they will not be upgraded automatically when you upgrade the Ansible package. +> [!NOTE] +If you install any collection from Ansible Galaxy, upgrading the Ansible package is not automatically done. To upgrade the collection to the latest available version, run the following command: ``` ansible-galaxy collection install redhat.trusted_profile_analyzer --upgrade ``` -You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 0.2.0: +You can also install a specific version of the collection. +You can also install a specific version of the collection. (please report an issue in this repository). Use the following syntax to install version 0.2.0: ``` ansible-galaxy collection install redhat.trusted_profile_analyzer:==0.2.0