From b77c71598315351efcf28b0a48e40458371a069c Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 1 Nov 2022 22:43:20 +0200 Subject: [PATCH] remove courier folder ref --- tasks/configure.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 35def4c..58d7716 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -7,15 +7,15 @@ mode: '0644' notify: Restart postfix -- name: Template file authmysqlrc - template: - src: templates/authmysqlrc.j2 - dest: /etc/courier/authmysqlrc - owner: root - group: postfix - mode: '0550' - backup: true - notify: Restart postfix +# - name: Template file authmysqlrc +# template: +# src: templates/authmysqlrc.j2 +# dest: /etc/courier/authmysqlrc +# owner: root +# group: postfix +# mode: '0550' +# backup: true +# notify: Restart postfix - name: Template file mysql-body_checks.cf template: @@ -212,4 +212,4 @@ service: name: postfix enabled: true - state: started \ No newline at end of file + state: started