[fix] role:authelia:
This commit is contained in:
parent
2f18fc9570
commit
ed282bb9ee
|
|
@ -85,6 +85,13 @@
|
|||
"dest": "/etc/authelia/conf.d/clients/dummy.json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "configuration | compose",
|
||||
"become": true,
|
||||
"ansible.builtin.command": {
|
||||
"cmd": "/usr/bin/authelia-conf-compose --main-file-path=/etc/authelia/conf.d/main.json --clients-directory-path=/etc/authelia/conf.d/clients --output-format=yaml --output-path=/etc/authelia/configuration.yml"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "setup log directory",
|
||||
"become": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue