exim4 test2
This commit is contained in:
parent
754af4bdea
commit
865a37041b
|
@ -1,3 +1,4 @@
|
||||||
# apply reconfig and restart exim4 service to apply changes
|
# apply reconfig and restart exim4 service to apply changes
|
||||||
- name: apply reconfig
|
- name: apply reconfig
|
||||||
command: sudo dpkg-reconfigure -f noninteractive exim4-config
|
command: sudo dpkg-reconfigure -f noninteractive exim4-config
|
||||||
|
register: exim4_conf
|
|
@ -75,7 +75,6 @@
|
||||||
- name: exim4/use_split_config
|
- name: exim4/use_split_config
|
||||||
value: 'false'
|
value: 'false'
|
||||||
notify: apply reconfig
|
notify: apply reconfig
|
||||||
register: exim4_conf
|
|
||||||
|
|
||||||
# Restart after reconfigure
|
# Restart after reconfigure
|
||||||
- name: restart exim4 service
|
- name: restart exim4 service
|
||||||
|
|
Loading…
Reference in New Issue