Wrong parameter in scaleway sshkey module example (#45737)

* Update scaleway_sshkey.py
fix: typo "present" in example
pull/45787/head
Denis GERMAIN 6 years ago committed by Alicia Cozine
parent 8526f63255
commit 68e264e878

@ -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"
'''

Loading…
Cancel
Save