Wrong parameter in scaleway sshkey module example (#45737)
* Update scaleway_sshkey.py fix: typo "present" in example
This commit is contained in:
parent
8526f63255
commit
68e264e878
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ EXAMPLES = '''
|
||||||
- name: "Add SSH key"
|
- name: "Add SSH key"
|
||||||
scaleway_sshkey:
|
scaleway_sshkey:
|
||||||
ssh_pub_key: "ssh-rsa AAAA..."
|
ssh_pub_key: "ssh-rsa AAAA..."
|
||||||
state: "Present"
|
state: "present"
|
||||||
|
|
||||||
- name: "Delete SSH key"
|
- name: "Delete SSH key"
|
||||||
scaleway_sshkey:
|
scaleway_sshkey:
|
||||||
|
@ -61,7 +61,7 @@ EXAMPLES = '''
|
||||||
- name: "Add SSH key with explicit token"
|
- name: "Add SSH key with explicit token"
|
||||||
scaleway_sshkey:
|
scaleway_sshkey:
|
||||||
ssh_pub_key: "ssh-rsa AAAA..."
|
ssh_pub_key: "ssh-rsa AAAA..."
|
||||||
state: "Present"
|
state: "present"
|
||||||
oauth_token: "6ecd2c9b-6f4f-44d4-a187-61a92078d08c"
|
oauth_token: "6ecd2c9b-6f4f-44d4-a187-61a92078d08c"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue