From abaef4bf90445b1340b97dbca241d19d3d7d0864 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sat, 1 Oct 2022 00:29:09 +0200 Subject: [PATCH] Add missing handler --- roles/gitea/handlers/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/gitea/handlers/main.yml b/roles/gitea/handlers/main.yml index c03cb99..9d01fbf 100644 --- a/roles/gitea/handlers/main.yml +++ b/roles/gitea/handlers/main.yml @@ -27,3 +27,9 @@ systemd: name: gitea state: restarted + +- name: Reload gitea service + become: true + systemd: + name: gitea + state: reloaded