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

4 lines
170 B
YAML
Raw Normal View History

2023-10-16 07:51:12 +00:00
# apply reconfig and restart exim4 service to apply changes
- name: apply reconfig
2023-10-16 07:54:46 +00:00
command: sudo dpkg-reconfigure -f noninteractive exim4-config
2023-10-16 07:57:46 +00:00
# register: exim4_conf