Add missing handler
This commit is contained in:
parent
225a86331b
commit
abaef4bf90
1 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,9 @@
|
||||||
systemd:
|
systemd:
|
||||||
name: gitea
|
name: gitea
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
|
- name: Reload gitea service
|
||||||
|
become: true
|
||||||
|
systemd:
|
||||||
|
name: gitea
|
||||||
|
state: reloaded
|
||||||
|
|
Loading…
Reference in a new issue