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 (#729)

##### SUMMARY

##### ISSUE TYPE
- Docs Pull Request
This commit is contained in:
Amirhossein Shaerpour 2025-11-10 12:39:54 +03:30 committed by GitHub
parent ed5d8483d6
commit a3f2218e29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ Ansible documentation: https://docs.ansible.com/ansible/latest/collections/hetzn
## Requirements ## Requirements
You should place the collection (clone the repository) into the Ansible collection path. Normally this 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`. be: `~/.ansible/collections/ansible_collections/hetzner/hcloud`.
``` ```