From 27ac5d717374cf906f45f289caccb42b65cdf11f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sat, 26 Oct 2024 10:13:25 +0200 Subject: [PATCH] [task-183] [mod] authelia-for-wiki_js --- roles/authelia-for-wiki_js/tasks/main.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/authelia-for-wiki_js/tasks/main.json b/roles/authelia-for-wiki_js/tasks/main.json index 2fe07d8..918444a 100644 --- a/roles/authelia-for-wiki_js/tasks/main.json +++ b/roles/authelia-for-wiki_js/tasks/main.json @@ -2,8 +2,8 @@ { "name": "configuration | compute client secret hash", "become": true, - "ansible.builtin.command": { - "cmd": "authelia crypto hash generate bcrypt --password {{var_authelia_for_wiki_js_client_secret}}" + "ansible.builtin.shell": { + "cmd": "authelia crypto hash generate bcrypt --password {{var_authelia_for_wiki_js_client_secret}} | cut --delimiter=' ' --fields='2-'" }, "register": "temp_authelia_for_wiki_js_client_secret_hashed" },