You've already forked ansible-role-rspamd
Initial Commit
This commit is contained in:
11
handlers/main.yaml
Normal file
11
handlers/main.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Restart rspamd
|
||||
ansible.builtin.systemd:
|
||||
name: rspamd
|
||||
state: restarted
|
||||
|
||||
- name: Restart nginx
|
||||
ansible.builtin.systemd:
|
||||
name: nginx
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user