reload -> restart
This commit is contained in:
parent
418da50049
commit
bd8942eff2
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: Reload dovecot
|
||||
- name: Restart dovecot
|
||||
service:
|
||||
name: dovecot
|
||||
state: reloaded
|
||||
state: restarted
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
- "10-ssl.conf"
|
||||
- "10-logging.conf"
|
||||
- "auth-system.conf.ext"
|
||||
notify: Reload dovecot
|
||||
notify: Restart dovecot
|
||||
|
||||
# Add the Dovecot configuration file outside of conf.d
|
||||
- name: Add Dovecot configuration outside of conf.d
|
||||
|
|
Loading…
Reference in a new issue