From a3b5ff9f4f171344abdf5ba37083546eaa50f00f Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sat, 23 May 2020 13:42:41 +0200 Subject: [PATCH] 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. --- plugins/modules/openssh_keypair.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/openssh_keypair.py b/plugins/modules/openssh_keypair.py index 67794e1c..b237c0ef 100644 --- a/plugins/modules/openssh_keypair.py +++ b/plugins/modules/openssh_keypair.py @@ -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: