diff --git a/lib/ansible/modules/cloud/scaleway/scaleway_sshkey.py b/lib/ansible/modules/cloud/scaleway/scaleway_sshkey.py index a761420ea9..0ed3ea1302 100644 --- a/lib/ansible/modules/cloud/scaleway/scaleway_sshkey.py +++ b/lib/ansible/modules/cloud/scaleway/scaleway_sshkey.py @@ -51,7 +51,7 @@ EXAMPLES = ''' - name: "Add SSH key" scaleway_sshkey: ssh_pub_key: "ssh-rsa AAAA..." - state: "Present" + state: "present" - name: "Delete SSH key" scaleway_sshkey: @@ -61,7 +61,7 @@ EXAMPLES = ''' - name: "Add SSH key with explicit token" scaleway_sshkey: ssh_pub_key: "ssh-rsa AAAA..." - state: "Present" + state: "present" oauth_token: "6ecd2c9b-6f4f-44d4-a187-61a92078d08c" '''