Explorar el Código

make sure gitea is enabled

master
padre
commit
2229c5f11e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      tasks/deploy.yml

+ 2
- 1
tasks/deploy.yml Ver fichero

@@ -65,7 +65,8 @@
- systemd daemon-reload
- restart gitea

- name: gitea started
- name: make sure gitea is started and enabled
systemd:
name: gitea.service
state: started
enabled: true

Cargando…
Cancelar
Guardar