From 1572c10384a301642f5473046b702a1317defe72 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 18:02:40 +0100 Subject: [PATCH] fix(doc): privatekey_content docs were the same as privatekey_path (#583) (#584) (cherry picked from commit b997773139cb9e1083547a74a413cbe1da77b6e7) Co-authored-by: Thomas Anderson --- 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 3a262119..6d995689 100644 --- a/plugins/doc_fragments/module_certificate.py +++ b/plugins/doc_fragments/module_certificate.py @@ -45,7 +45,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