Skip to content

Commit

Permalink
Add AnsibleGalaxy url to installation guide (#40)
Browse files Browse the repository at this point in the history
Resolves #39
  • Loading branch information
andywaltlova authored Mar 19, 2024
1 parent c5234b5 commit cf20f3c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ Example playbooks can be found [here](./playbooks/).

## Installing the collection from Ansible Galaxy

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

```bash
ansible-galaxy collection install infra.convert2rhel
```
You can install the collection from [Ansible Galaxy](https://galaxy.ansible.com/ui/repo/published/infra/convert2rhel/) by running `ansible-galaxy collection install infra.convert2rhel`.

You can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format:

Expand Down

0 comments on commit cf20f3c

Please sign in to comment.