fix: add missing handlers for caddy
This commit is contained in:
parent
7ba7ce1293
commit
9f3cc3c2d1
6
roles/infra/handlers/main.yml
Normal file
6
roles/infra/handlers/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: reload caddy
|
||||
systemd: name=caddy state=reloaded enabled=yes daemon_reload=yes
|
||||
|
||||
- name: restart caddy
|
||||
systemd: name=caddy state=restarted enabled=yes daemon_reload=yes
|
||||
Loading…
Reference in New Issue
Block a user