fixing public key return value docs (#412)

This commit is contained in:
Andrew Pantuso
2022-03-02 07:52:07 -05:00
committed by GitHub
parent 0d4b3ed991
commit 010f1a4d2d

View File

@@ -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