comment restart service
This commit is contained in:
parent
f3f2172067
commit
410a3f65da
|
@ -77,10 +77,10 @@
|
||||||
notify: apply reconfig
|
notify: apply reconfig
|
||||||
|
|
||||||
# Restart after reconfigure
|
# Restart after reconfigure
|
||||||
- name: restart exim4 service
|
#- name: restart exim4 service
|
||||||
service:
|
# service:
|
||||||
name: exim4
|
# name: exim4
|
||||||
state: restarted
|
# state: restarted
|
||||||
# when: exim4_conf.changed
|
# when: exim4_conf.changed
|
||||||
|
|
||||||
# Send mail to verify relay-host
|
# Send mail to verify relay-host
|
||||||
|
|
Loading…
Reference in New Issue