From 25d22244a3f4a4c1ff855fd1487c205873211466 Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Tue, 14 May 2024 11:42:04 +0000 Subject: [PATCH] [skip ci] auto-update documentation --- data/data.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/data/data.yaml b/data/data.yaml index c31ee1e..633390b 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -60,15 +60,22 @@ properties: defaultValue: false required: false - - name: insecure_skip_ssl_verify + - name: insecure_skip_verify description: | - Skip ssl verification of the remote machine. + Skip SSL verification. Activating this option is insecure and should be avoided in most cases. type: bool defaultValue: false required: false + - name: log_level + description: | + Plugin log level. + type: string + defaultValue: "info" + required: false + - name: message description: | Commit message.