exim4 test2

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

View File

@ -1,3 +1,4 @@
# apply reconfig and restart exim4 service to apply changes
- name: apply reconfig
command: sudo dpkg-reconfigure -f noninteractive exim4-config
command: sudo dpkg-reconfigure -f noninteractive exim4-config
register: exim4_conf

View File

@ -75,7 +75,6 @@
- name: exim4/use_split_config
value: 'false'
notify: apply reconfig
register: exim4_conf
# Restart after reconfigure
- name: restart exim4 service