Skip to content

Commit

Permalink
New Aron review
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Nov 13, 2024
1 parent 55ff8bc commit e6ef56f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6ef56f

Please sign in to comment.