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

6 lines
131 B
YAML

---
- name: systemctl restart exim4
become: true
ansible.builtin.systemd:
name: "{{ exim4__daemon }}"
state: restarted