mirror of
https://github.com/roles-ansible/ansible_role_exim4.git
synced 2024-08-16 10:09:49 +02:00
7 lines
131 B
YAML
7 lines
131 B
YAML
|
---
|
||
|
- name: systemctl restart exim4
|
||
|
become: true
|
||
|
ansible.builtin.systemd:
|
||
|
name: "{{ exim4__daemon }}"
|
||
|
state: restarted
|