mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00: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:
@@ -72,7 +72,7 @@ options:
|
||||
description:
|
||||
- Base URL of the API server.
|
||||
required: false
|
||||
default: https://api.bigpanda.io
|
||||
default: "https://api.bigpanda.io"
|
||||
validate_certs:
|
||||
description:
|
||||
- If V(false), SSL certificates for the target url will not be validated. This should only be used
|
||||
|
||||
Reference in New Issue
Block a user