[fix] role:authelia

This commit is contained in:
roydfalk 2024-03-22 00:27:57 +01:00
parent 1c42cd5d6d
commit 00caddcbd4

View file

@ -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
}
},
{