fix(doc): privatekey_content docs were the same as privatekey_path (#583) (#584)

(cherry picked from commit b997773139)

Co-authored-by: Thomas Anderson <tnyeanderson@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2023-03-21 18:02:40 +01:00
committed by GitHub
parent 553f3c2ee0
commit 1572c10384

View File

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