[task-183] [mod] authelia-for-wiki_js
This commit is contained in:
parent
05d1c0a8c1
commit
27ac5d7173
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
{
|
{
|
||||||
"name": "configuration | compute client secret hash",
|
"name": "configuration | compute client secret hash",
|
||||||
"become": true,
|
"become": true,
|
||||||
"ansible.builtin.command": {
|
"ansible.builtin.shell": {
|
||||||
"cmd": "authelia crypto hash generate bcrypt --password {{var_authelia_for_wiki_js_client_secret}}"
|
"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"
|
"register": "temp_authelia_for_wiki_js_client_secret_hashed"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue