diff --git a/roles/dovecot/tasks/main.yml b/roles/dovecot/tasks/main.yml index 81c10ed..91630d7 100644 --- a/roles/dovecot/tasks/main.yml +++ b/roles/dovecot/tasks/main.yml @@ -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