From d074af8d0943b918643cfaecff6fc24494ce34b6 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:28:34 +1200 Subject: [PATCH] minor quoting fix in doc (#6904) --- plugins/modules/bigpanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/bigpanda.py b/plugins/modules/bigpanda.py index fe6cbf99ee..7bde5fc1d8 100644 --- a/plugins/modules/bigpanda.py +++ b/plugins/modules/bigpanda.py @@ -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