Browse Source

Actually add restart gogs handler.

Jeff Geerling 8 years ago
parent
commit
1b56456b68
1 changed files with 3 additions and 0 deletions
  1. 3 0
      handlers/main.yml

+ 3 - 0
handlers/main.yml

@@ -0,0 +1,3 @@
+---
+- name: restart gogs
+  service: name=gogs state=restarted