ansible-infra/playbooks/roles/send_only_mail_server/handlers/main.yaml

12 lines
249 B
YAML
Raw Normal View History

- name: Restart `opensmtpd.service`
ansible.builtin.systemd:
name: opensmtpd.service
state: restarted
become: true
- name: Restart `rspamd.service`
ansible.builtin.systemd:
name: rspamd.service
state: restarted
become: true