summaryrefslogtreecommitdiffstats
path: root/roles/wg_portal
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-12 00:26:12 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-12 00:26:12 +0200
commit7880268ae2d38c7480436aba4cbb38c8b5244711 (patch)
tree0033cc83076b28583e85e02032695511e444c7a6 /roles/wg_portal
parent7a964ab4d0b84ba28180b5c9c29ed8d6ac92f403 (diff)
Fix linting issues
Diffstat (limited to 'roles/wg_portal')
-rw-r--r--roles/wg_portal/meta/argument_specs.yml2
1 files changed, 1 insertions, 1 deletions
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] }}"