From 673b043059c199f41beb1d125704366d6640a0e8 Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Thu, 16 May 2024 11:54:56 +0000 Subject: [PATCH] [skip ci] auto-update documentation --- data/data.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/data.yaml b/data/data.yaml index 1e07534..0ef6c61 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -28,9 +28,9 @@ properties: defaultValue: 0 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 @@ -44,6 +44,13 @@ properties: defaultValue: true required: false + - name: log_level + description: | + Plugin log level. + type: string + defaultValue: "info" + required: false + - name: partial description: | Enable/disable partial clone. @@ -112,13 +119,6 @@ properties: defaultValue: true required: false - - name: use_ssh - description: | - Using SSH for git clone. - type: bool - defaultValue: false - required: false - - name: workdir description: | Path to clone git repository.