Browse Source

Actually add restart gogs handler.

Jeff Geerling 8 năm trước cách đây
mục cha
commit
1b56456b68
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      handlers/main.yml

+ 3 - 0
handlers/main.yml

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