You've already forked ansible-role-rspamd
12 lines
180 B
YAML
12 lines
180 B
YAML
---
|
|
|
|
- name: Restart rspamd
|
|
ansible.builtin.systemd:
|
|
name: rspamd
|
|
state: restarted
|
|
|
|
- name: Restart nginx
|
|
ansible.builtin.systemd:
|
|
name: nginx
|
|
state: restarted
|