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

This commit is contained in:
Thomas Anderson
2023-03-21 08:38:54 -04:00
committed by GitHub
parent 9044f25f33
commit b997773139

View File

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