ansible-role-opendkim_postfix/handlers/main.yml

11 lines
162 B
YAML
Raw Normal View History

---
- name: Reload postfix
service:
name: postfix
state: restarted
- name: Restart OpenDKIM service
service:
name: opendkim
2024-02-08 15:13:58 +01:00
state: restarted