From e6ef56f180191ed055ba6cfa5b674b0316a66d35 Mon Sep 17 00:00:00 2001 From: desmax74 Date: Wed, 13 Nov 2024 22:10:57 +0100 Subject: [PATCH] New Aron review Signed-off-by: desmax74 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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