1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

docs: fix missing > in collection path

This commit is contained in:
shaerpour 2025-11-08 21:16:35 +03:30
parent ed5d8483d6
commit 229bb04021
No known key found for this signature in database

View file

@ -46,7 +46,7 @@ Ansible documentation: https://docs.ansible.com/ansible/latest/collections/hetzn
## Requirements
You should place the collection (clone the repository) into the Ansible collection path. Normally this
is `~/.ansible/collections/ansible_collections/<namespace>/<collection`, so for our collection it would
is `~/.ansible/collections/ansible_collections/<namespace>/<collection>`, so for our collection it would
be: `~/.ansible/collections/ansible_collections/hetzner/hcloud`.
```