mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
Convert yes/no to true/false. (#503)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user