mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-03 07:41:30 -07:00
Fix ssh_keys: ... docs example for hcloud_server (#53466)
Signed-off-by: Luke Murphy <lukewm@riseup.net>
This commit is contained in:
parent
3d07e7241a
commit
cdf475e830
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ EXAMPLES = """
|
||||||
server_type: cx11
|
server_type: cx11
|
||||||
image: ubuntu-18.04
|
image: ubuntu-18.04
|
||||||
location: fsn1
|
location: fsn1
|
||||||
ssh-key: my-ssh-key
|
ssh_keys:
|
||||||
|
- my-ssh-key
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Resize an existing server
|
- name: Resize an existing server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue