ansible/roles/opendkim/handlers/main.yml

5 lines
96 B
YAML

---
- name: Restart opendkim
ansible.builtin.service:
name: opendkim
state: restarted