test3 exim4

This commit is contained in:
Ruben Blanco 2023-10-16 09:57:46 +02:00
parent 865a37041b
commit f3f2172067
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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