diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_server.py b/lib/ansible/modules/cloud/hcloud/hcloud_server.py index bd3a0d743ef..658dfed8be8 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_server.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_server.py @@ -112,7 +112,8 @@ EXAMPLES = """ server_type: cx11 image: ubuntu-18.04 location: fsn1 - ssh-key: my-ssh-key + ssh_keys: + - my-ssh-key state: present - name: Resize an existing server