From e6afdff4c8c6dec4252700dc42defdddf733c983 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Tue, 10 Sep 2019 00:52:48 -0300 Subject: [PATCH] split confd config into multiple files --- tasks/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1846e7e..1c8c38c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -24,7 +24,11 @@ - junk-filter.sieve - local.conf - submission.conf.tmpl - - confd.toml + - confd-auth.toml + - confd-ldap.toml + - confd-ldap2.toml + - confd-lmtp.toml + - confd-submission.toml tags: skip_me - name: Crear imagen {{ dovecot_image }}