feat(docs): add collection install documentation to quick-start
This commit is contained in:
parent
59b8002e32
commit
5b9b25803b
@ -92,4 +92,12 @@ Your directory structure should look like this
|
|||||||
roles_path = ./roles/
|
roles_path = ./roles/
|
||||||
collections_path = ./collections/
|
collections_path = ./collections/
|
||||||
inventory = ./inventory/
|
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`
|
||||||
|
Loading…
Reference in New Issue
Block a user