reload -> restart

This commit is contained in:
otthorn 2021-01-29 00:56:08 +01:00
parent 5c7537f4ac
commit 8436e64b3a
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
--- ---
- name: Reload dovecot - name: Restart dovecot
service: service:
name: dovecot name: dovecot
state: reloaded state: restarted

View file

@ -53,7 +53,7 @@
- "10-ssl.conf" - "10-ssl.conf"
- "10-logging.conf" - "10-logging.conf"
- "auth-system.conf.ext" - "auth-system.conf.ext"
notify: Reload 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