From 6dafa5954e04b386338ac08144829cdde87d3c56 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:09:20 +0100 Subject: [PATCH] fixing public key return value docs (#412) (#414) (cherry picked from commit 010f1a4d2d368a6a929732df31b02fdaaa7b25a3) Co-authored-by: Andrew Pantuso --- 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 62a975b2..2ed92895 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