6 lines
128 B
YAML
6 lines
128 B
YAML
|
---
|
||
|
# restart exim4 service to apply changes
|
||
|
- name: restart exim4
|
||
|
service:
|
||
|
name: "{{ exim_daemon }}"
|
||
|
state: restarted
|