1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_exim4.git synced 2024-08-16 10:09:49 +02:00
ansible_role_exim4/handlers/main.yml

7 lines
131 B
YAML
Raw Normal View History

2021-02-18 16:53:12 +01:00
---
- name: systemctl restart exim4
become: true
ansible.builtin.systemd:
name: "{{ exim4__daemon }}"
state: restarted