Fix indentation... again

This commit is contained in:
otthorn 2021-01-30 00:34:54 +01:00 committed by Otthorn
parent e26bc5f8c1
commit ab124e560a

View file

@ -46,14 +46,14 @@
src: "{{ item }}.j2"
dest: "/etc/dovecot/conf.d/{{ item }}"
mode: 0644
loop:
- "10-auth.conf"
- "10-mail.conf"
- "10-master.conf"
- "10-ssl.conf"
- "10-logging.conf"
- "auth-system.conf.ext"
notify: Restart dovecot
loop:
- "10-auth.conf"
- "10-mail.conf"
- "10-master.conf"
- "10-ssl.conf"
- "10-logging.conf"
- "auth-system.conf.ext"
notify: Restart dovecot
# Add the Dovecot configuration file outside of conf.d
- name: Add Dovecot configuration outside of conf.d
@ -63,4 +63,4 @@
mode: 0600 # only legible by root
owner: root
group: root
notify: Restart dovecot
notify: Restart dovecot