Add missing handler

This commit is contained in:
flyingscorpio@clevo 2022-10-01 00:29:09 +02:00
parent 225a86331b
commit abaef4bf90

View file

@ -27,3 +27,9 @@
systemd:
name: gitea
state: restarted
- name: Reload gitea service
become: true
systemd:
name: gitea
state: reloaded