Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-gitea
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
restart gitea when executable is changed (e.g. update)
master
Markus Katharina Brechtel
hace 6 años
padre
f7d7e108b1
commit
b01a29faec
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
tasks/deploy.yml
+ 2
- 0
tasks/deploy.yml
Ver fichero
@@ -12,6 +12,8 @@
url: "{{ gitea_download_url }}"
dest: /usr/local/bin/gitea
checksum: "{{ gitea_download_checksum }}"
notify:
- restart gitea
- name: gitea executable
file:
Escribir
Vista previa
Cargando…
Cancelar
Guardar