From 7880268ae2d38c7480436aba4cbb38c8b5244711 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 12 Sep 2025 00:26:12 +0200 Subject: Fix linting issues --- roles/wg_portal/meta/argument_specs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/wg_portal/meta/argument_specs.yml b/roles/wg_portal/meta/argument_specs.yml index a6fef116..022a20e5 100644 --- a/roles/wg_portal/meta/argument_specs.yml +++ b/roles/wg_portal/meta/argument_specs.yml @@ -15,4 +15,4 @@ argument_specs: wg_portal_password: description: "Password hash for wg-portal authentication" type: "str" - default: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" \ No newline at end of file + default: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" -- cgit v1.2.3