remove courier folder ref
This commit is contained in:
parent
f817afa775
commit
b77c715983
1 changed files with 10 additions and 10 deletions
|
@ -7,15 +7,15 @@
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
notify: Restart postfix
|
notify: Restart postfix
|
||||||
|
|
||||||
- name: Template file authmysqlrc
|
# - name: Template file authmysqlrc
|
||||||
template:
|
# template:
|
||||||
src: templates/authmysqlrc.j2
|
# src: templates/authmysqlrc.j2
|
||||||
dest: /etc/courier/authmysqlrc
|
# dest: /etc/courier/authmysqlrc
|
||||||
owner: root
|
# owner: root
|
||||||
group: postfix
|
# group: postfix
|
||||||
mode: '0550'
|
# mode: '0550'
|
||||||
backup: true
|
# backup: true
|
||||||
notify: Restart postfix
|
# notify: Restart postfix
|
||||||
|
|
||||||
- name: Template file mysql-body_checks.cf
|
- name: Template file mysql-body_checks.cf
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue