Fix indentation... again
This commit is contained in:
parent
8612f835af
commit
d05425745f
1 changed files with 9 additions and 9 deletions
|
@ -46,14 +46,14 @@
|
||||||
src: "{{ item }}.j2"
|
src: "{{ item }}.j2"
|
||||||
dest: "/etc/dovecot/conf.d/{{ item }}"
|
dest: "/etc/dovecot/conf.d/{{ item }}"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
loop:
|
loop:
|
||||||
- "10-auth.conf"
|
- "10-auth.conf"
|
||||||
- "10-mail.conf"
|
- "10-mail.conf"
|
||||||
- "10-master.conf"
|
- "10-master.conf"
|
||||||
- "10-ssl.conf"
|
- "10-ssl.conf"
|
||||||
- "10-logging.conf"
|
- "10-logging.conf"
|
||||||
- "auth-system.conf.ext"
|
- "auth-system.conf.ext"
|
||||||
notify: Restart dovecot
|
notify: Restart dovecot
|
||||||
|
|
||||||
# Add the Dovecot configuration file outside of conf.d
|
# Add the Dovecot configuration file outside of conf.d
|
||||||
- name: Add Dovecot configuration outside of conf.d
|
- name: Add Dovecot configuration outside of conf.d
|
||||||
|
@ -63,4 +63,4 @@
|
||||||
mode: 0600 # only legible by root
|
mode: 0600 # only legible by root
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
notify: Restart dovecot
|
notify: Restart dovecot
|
||||||
|
|
Loading…
Reference in a new issue