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>
pull/586/head
patchback[bot] 2023-03-21 18:02:40 +01:00 committed by GitHub
parent 553f3c2ee0
commit 1572c10384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ options:
type: path type: path
privatekey_content: privatekey_content:
description: 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). - This is mutually exclusive with I(privatekey_path).
type: str type: str