mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
removed incorrect defaults from docs
This commit is contained in:
parent
124c4b94c1
commit
8a4257d297
1 changed files with 0 additions and 2 deletions
|
@ -33,12 +33,10 @@ options:
|
||||||
description:
|
description:
|
||||||
- The username on the remote host whose authorized_keys file will be modified
|
- The username on the remote host whose authorized_keys file will be modified
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
key:
|
key:
|
||||||
description:
|
description:
|
||||||
- The SSH public key(s), as a string or (since 1.9) url (https://github.com/username.keys)
|
- The SSH public key(s), as a string or (since 1.9) url (https://github.com/username.keys)
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
path:
|
path:
|
||||||
description:
|
description:
|
||||||
- Alternate path to the authorized_keys file
|
- Alternate path to the authorized_keys file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue