Σύγκριση commits
3 commits
15bcefff16
...
cb69c7d8c7
Συγγραφέας | SHA1 | Ημερομηνία | |
---|---|---|---|
|
cb69c7d8c7 | ||
|
ce3bfcf3e4 | ||
|
0fa52633eb |
2 αρχεία άλλαξαν με 3 προσθήκες και 3 διαγραφές
|
@ -5,9 +5,9 @@
|
|||
name: gitea
|
||||
state: stopped
|
||||
|
||||
- name: fetch latest archive version "{{ latest_vesion }}"
|
||||
- name: fetch latest archive version "{{ version }}"
|
||||
get_url:
|
||||
url: "https://github.com/go-gitea/gitea/releases/download/v{{ latest_version }}/gitea-{{ latest_version }}-linux-amd64"
|
||||
url: "https://github.com/go-gitea/gitea/releases/download/v{{ version }}/gitea-{{ version }}-linux-amd64"
|
||||
dest: /usr/local/bin/gitea
|
||||
mode: '0755'
|
||||
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
- name: Install if latest is greater than installed version
|
||||
when: latest_version.stdout is version(installed_version.stdout,'>')
|
||||
include: gitea.yml
|
||||
latest_version="{{ latest_version.stdout }}"
|
||||
version="{{ latest_version.stdout }}"
|
||||
|
|
Φόρτωση…
Προσθήκη πίνακα
Προσθήκη υπερσυνδέσμου
Παράθεση σε νέο ζήτημα