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

@@ -32,7 +32,7 @@ options:
- A concatenated set of certificates in PEM format forming a chain.
- The module will try to complete this chain.
type: str
required: yes
required: true
root_certificates:
description:
- "A list of filenames or directories."
@@ -45,7 +45,7 @@ options:
- "Symbolic links will be followed."
type: list
elements: path
required: yes
required: true
intermediate_certificates:
description:
- "A list of filenames or directories."