Skip to content
Snippets Groups Projects
Commit 318991c2 authored by Benjamin Bayart's avatar Benjamin Bayart
Browse files

Fix: the group name for imap is imap_master, not imap_server

parent e93af4ce
No related branches found
No related tags found
Loading
Pipeline #86266 failed
......@@ -57,7 +57,7 @@ fi
service nginx reload
{% if 'imap_server' in group_names %}
{% if 'imap_master' in group_names %}
service dovecot reload
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment