exim4 test2
This commit is contained in:
parent
754af4bdea
commit
865a37041b
|
@ -1,3 +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
|
|
@ -75,7 +75,6 @@
|
|||
- name: exim4/use_split_config
|
||||
value: 'false'
|
||||
notify: apply reconfig
|
||||
register: exim4_conf
|
||||
|
||||
# Restart after reconfigure
|
||||
- name: restart exim4 service
|
||||
|
|
Loading…
Reference in New Issue