Convert yes/no to true/false. (#503)

This commit is contained in:
Felix Fontein
2022-08-23 21:33:29 +02:00
committed by GitHub
parent ed03b1aa7f
commit 0e15d6cea8
27 changed files with 121 additions and 121 deletions

View File

@@ -23,7 +23,7 @@ options:
description:
- Generate the certificate, even if it already exists.
type: bool
default: no
default: false
csr_path:
description:
@@ -110,9 +110,9 @@ options:
- Include the intermediate certificate to the generated certificate
- This is only used by the C(acme) provider.
- Note that this is only available for older versions of C(acme-tiny).
New versions include the chain automatically, and setting I(acme_chain) to C(yes) results in an error.
New versions include the chain automatically, and setting I(acme_chain) to C(true) results in an error.
type: bool
default: no
default: false
acme_directory:
description:
@@ -314,7 +314,7 @@ options:
- This is only used by the C(ownca) provider.
- Note that this is only supported if the C(cryptography) backend is used!
type: bool
default: yes
default: true
'''
BACKEND_SELFSIGNED_DOCUMENTATION = r'''