Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-gitea
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
make sure gitea is enabled
master
Markus Katharina Brechtel
4 anni fa
parent
5c99a19f09
commit
2229c5f11e
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
tasks/deploy.yml
+ 2
- 1
tasks/deploy.yml
Vedi File
@@ -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
Write
Preview
Loading…
Annulla
Salva