This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
fphammerle
/
ansible-role-gogs
espejo de
https://github.com/fphammerle/ansible-role-gogs.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Actually add restart gogs handler.
Jeff Geerling
hace 9 años
padre
1e37c666df
commit
1b56456b68
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
handlers/main.yml
+ 3
- 0
handlers/main.yml
Ver fichero
@@ -0,0 +1,3 @@
+---
+- name: restart gogs
+ service: name=gogs state=restarted