From ed282bb9eebee8504a940bc12574d08e8362a2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sat, 16 Dec 2023 15:13:41 +0100 Subject: [PATCH] [fix] role:authelia: --- ansible/roles/authelia/tasks/main.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ansible/roles/authelia/tasks/main.json b/ansible/roles/authelia/tasks/main.json index 945d9cf..22cfd21 100644 --- a/ansible/roles/authelia/tasks/main.json +++ b/ansible/roles/authelia/tasks/main.json @@ -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,