test
This commit is contained in:
parent
4bb87cdcfe
commit
b99e693ea1
|
@ -1,4 +1,5 @@
|
||||||
# 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
|
service:
|
||||||
# register: exim4_conf
|
name: exim4
|
||||||
|
state: restarted
|
||||||
|
|
|
@ -74,14 +74,11 @@
|
||||||
value: "{{ ansible_nodename }}" # var to define survey(encuesta)
|
value: "{{ ansible_nodename }}" # var to define survey(encuesta)
|
||||||
- name: exim4/use_split_config
|
- name: exim4/use_split_config
|
||||||
value: 'false'
|
value: 'false'
|
||||||
# notify: apply reconfig
|
|
||||||
|
|
||||||
# Restart after reconfigure
|
# generate master config
|
||||||
#- name: restart exim4 service
|
- name: generate master config
|
||||||
# service:
|
command: update-exim4.conf
|
||||||
# name: exim4
|
notify: apply reconfig
|
||||||
# state: restarted
|
|
||||||
# when: exim4_conf.changed
|
|
||||||
|
|
||||||
# Send mail to verify relay-host
|
# Send mail to verify relay-host
|
||||||
#- name: sending mail to verify exim4 config works
|
#- name: sending mail to verify exim4 config works
|
||||||
|
|
Loading…
Reference in New Issue