From 010f1a4d2d368a6a929732df31b02fdaaa7b25a3 Mon Sep 17 00:00:00 2001 From: Andrew Pantuso Date: Wed, 2 Mar 2022 07:52:07 -0500 Subject: [PATCH] fixing public key return value docs (#412) --- 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 b3c9b72a..b096d8fd 100644 --- a/plugins/modules/openssh_keypair.py +++ b/plugins/modules/openssh_keypair.py @@ -178,7 +178,7 @@ public_key: description: The public key of the generated SSH private key. returned: changed or success type: str - sample: ssh-rsa AAAAB3Nza(...omitted...)veL4E3Xcw== test_key + sample: ssh-rsa AAAAB3Nza(...omitted...)veL4E3Xcw== comment: description: The comment of the generated key. returned: changed or success