From 13561a20190c0a2fedae8b9f70568df8eea1289b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sat, 26 Oct 2024 10:07:49 +0200 Subject: [PATCH] [task-183] [mod] authelia-for-wiki_js --- roles/authelia-for-wiki_js/tasks/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/authelia-for-wiki_js/tasks/main.json b/roles/authelia-for-wiki_js/tasks/main.json index d39307f..54e3961 100644 --- a/roles/authelia-for-wiki_js/tasks/main.json +++ b/roles/authelia-for-wiki_js/tasks/main.json @@ -1,7 +1,7 @@ [ { "name": "configuration | compute client secret hash", - "become" true, + "become": true, "ansible.builtin.command": { "cmd": "authelia crypto hash generate bcrypt --password {{var_authelia_for_wiki_js_client_secret}}" },