1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

hcloud_server: clarify further for usage of ssh_keys (#55713)

* hcloud_server: clarify further for usage of `ssh_keys`
* Make lowercase and drop plural on ssh_key description
This commit is contained in:
decentral1se 2019-04-24 18:05:39 +02:00 committed by Alicia Cozine
parent e38881410f
commit 6e9379fe11

View file

@ -46,7 +46,9 @@ options:
type: str
ssh_keys:
description:
- List of SSH Keys Names
- List of SSH key names
- The key names correspond to the SSH keys configured for your
Hetzner Cloud account access.
type: list
volumes:
description:
@ -117,7 +119,7 @@ EXAMPLES = """
image: ubuntu-18.04
location: fsn1
ssh_keys:
- my-ssh-key
- me@myorganisation
state: present
- name: Resize an existing server