mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #6904/d074af8d backport][stable-7] minor quoting fix in doc (#6915)
minor quoting fix in doc (#6904)
(cherry picked from commit d074af8d09
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
ed4bc4c1d2
commit
c2cbac062e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Base URL of the API server.
|
- Base URL of the API server.
|
||||||
required: false
|
required: false
|
||||||
default: https://api.bigpanda.io
|
default: "https://api.bigpanda.io"
|
||||||
validate_certs:
|
validate_certs:
|
||||||
description:
|
description:
|
||||||
- If V(false), SSL certificates for the target url will not be validated. This should only be used
|
- If V(false), SSL certificates for the target url will not be validated. This should only be used
|
||||||
|
|
Loading…
Reference in a new issue