From bbb061c26391dc49c6e038a1b5aafa25e89ea52d Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 8 Jul 2024 18:01:06 +0300 Subject: [PATCH] Add `noqa var-naming` comment to variable --- roles/custom/matrix-bridge-hookshot/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-hookshot/defaults/main.yml b/roles/custom/matrix-bridge-hookshot/defaults/main.yml index af1141da8..519ff75ee 100644 --- a/roles/custom/matrix-bridge-hookshot/defaults/main.yml +++ b/roles/custom/matrix-bridge-hookshot/defaults/main.yml @@ -125,7 +125,7 @@ matrix_hookshot_gitlab_instances: # This will be the "Secret token" you have to enter into all GitLab instances for authentication matrix_hookshot_gitlab_webhook_secret: '' -matrix_hookshot_gitlab_webhook_publicUrl: "{{ matrix_hookshot_urlprefix }}{{ matrix_hookshot_webhook_endpoint }}" +matrix_hookshot_gitlab_webhook_publicUrl: "{{ matrix_hookshot_urlprefix }}{{ matrix_hookshot_webhook_endpoint }}" # noqa var-naming matrix_hookshot_figma_enabled: false