feat(docs): add collection install documentation to quick-start

This commit is contained in:
Bertrand Lanson 2024-01-05 22:41:19 +01:00
parent 59b8002e32
commit 5b9b25803b

View File

@ -92,4 +92,12 @@ Your directory structure should look like this
roles_path = ./roles/
collections_path = ./collections/
inventory = ./inventory/
```
```
7. Install the `ednxzu.hashistack` ansible collection
```bash
ansible-galaxy collection install ednxzu.hashistack:==<version>
```
You should now have a directory under `./collections/ansible_collections/ednxzu/hashistack`