[fix] role:authelia
This commit is contained in:
parent
1c42cd5d6d
commit
00caddcbd4
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@
|
|||
"become": true,
|
||||
"ansible.builtin.template": {
|
||||
"src": "users.yml.j2",
|
||||
"dest": "{{var_authelia_users_file_path}}"
|
||||
"dest": "{{var_authelia_users_file_path}}",
|
||||
"force": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue