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