mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
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.
This commit is contained in:
@@ -53,7 +53,7 @@ options:
|
||||
required: true
|
||||
comment:
|
||||
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
|
||||
regenerate:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user