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"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue