From b997773139cb9e1083547a74a413cbe1da77b6e7 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Tue, 21 Mar 2023 08:38:54 -0400 Subject: [PATCH] fix(doc): privatekey_content docs were the same as privatekey_path (#583) --- plugins/doc_fragments/module_certificate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/module_certificate.py b/plugins/doc_fragments/module_certificate.py index e277edfa..648d4ce9 100644 --- a/plugins/doc_fragments/module_certificate.py +++ b/plugins/doc_fragments/module_certificate.py @@ -43,7 +43,7 @@ options: type: path privatekey_content: description: - - Path to the private key to use when signing the certificate. + - Content of the private key to use when signing the certificate. - This is mutually exclusive with I(privatekey_path). type: str