Fix docs of openssh_keypair (#55)
The documentation diverted from the actual behaviour, the comment field is actually considered when checking the state of an existing key. Fixes #54.pull/56/head
parent
46d881407e
commit
a3b5ff9f4f
|
@ -53,7 +53,7 @@ options:
|
||||||
required: true
|
required: true
|
||||||
comment:
|
comment:
|
||||||
description:
|
description:
|
||||||
- Provides a new comment to the public key. When checking if the key is in the correct state this will be ignored.
|
- Provides a new comment to the public key.
|
||||||
type: str
|
type: str
|
||||||
regenerate:
|
regenerate:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in New Issue