test3 exim4
This commit is contained in:
parent
865a37041b
commit
f3f2172067
|
@ -1,4 +1,4 @@
|
|||
# apply reconfig and restart exim4 service to apply changes
|
||||
- name: apply reconfig
|
||||
command: sudo dpkg-reconfigure -f noninteractive exim4-config
|
||||
register: exim4_conf
|
||||
# register: exim4_conf
|
|
@ -81,7 +81,7 @@
|
|||
service:
|
||||
name: exim4
|
||||
state: restarted
|
||||
when: exim4_conf.changed
|
||||
# when: exim4_conf.changed
|
||||
|
||||
# Send mail to verify relay-host
|
||||
#- name: sending mail to verify exim4 config works
|
||||
|
|
Loading…
Reference in New Issue