vn-ansible/linux/base-config-debian/roles/base-config-debian-os/handlers/main.yaml

6 lines
131 B
YAML
Raw Normal View History

2023-10-16 07:51:12 +00:00
# apply reconfig and restart exim4 service to apply changes
2023-10-16 09:10:49 +00:00
- name: apply reconfig
service:
name: exim4
state: restarted