owncloud aktualisieren #1
|
|
@ -109,7 +109,7 @@
|
||||||
"become": true,
|
"become": true,
|
||||||
"ansible.builtin.file": {
|
"ansible.builtin.file": {
|
||||||
"state": "directory",
|
"state": "directory",
|
||||||
"path": "{{var_authelia_log_file_path | dirname}}"
|
"path": "{{cfg_authelia.log_file_path | dirname}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
"become": true,
|
"become": true,
|
||||||
"ansible.builtin.file": {
|
"ansible.builtin.file": {
|
||||||
"state": "directory",
|
"state": "directory",
|
||||||
"path": "{{var_authelia_users_file_path | dirname}}"
|
"path": "{{cfg_authelia.users_file_path | dirname}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -128,7 +128,7 @@
|
||||||
"become": true,
|
"become": true,
|
||||||
"ansible.builtin.template": {
|
"ansible.builtin.template": {
|
||||||
"src": "users.yml.j2",
|
"src": "users.yml.j2",
|
||||||
"dest": "{{var_authelia_users_file_path}}",
|
"dest": "{{cfg_authelia.users_file_path}}",
|
||||||
"force": false
|
"force": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue