Explorar el Código

Actually add restart gogs handler.

Jeff Geerling hace 8 años
padre
commit
1b56456b68
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      handlers/main.yml

+ 3 - 0
handlers/main.yml

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