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
restart gitea when executable is changed (e.g. update)
master
Markus Katharina Brechtel
6 anni fa
parent
f7d7e108b1
commit
b01a29faec
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/deploy.yml
+ 2
- 0
tasks/deploy.yml
Vedi File
@@ -12,6 +12,8 @@
url: "{{ gitea_download_url }}"
dest: /usr/local/bin/gitea
checksum: "{{ gitea_download_checksum }}"
notify:
- restart gitea
- name: gitea executable
file:
Write
Preview
Loading…
Annulla
Salva