Σύγκριση commits
Δεν υπάρχουν κοινά commit. Τα «cb69c7d8c75bc8d5d06ae0f1290e994f926d25a2» και «15bcefff160c395aeb2355b99cb8ae43502d4cf5» έχουν εντελώς διαφορετικές ιστορίες.
cb69c7d8c7
...
15bcefff16
2 αρχεία άλλαξαν με 3 προσθήκες και 3 διαγραφές
|
@ -5,9 +5,9 @@
|
|||
name: gitea
|
||||
state: stopped
|
||||
|
||||
- name: fetch latest archive version "{{ version }}"
|
||||
- name: fetch latest archive version "{{ latest_vesion }}"
|
||||
get_url:
|
||||
url: "https://github.com/go-gitea/gitea/releases/download/v{{ version }}/gitea-{{ version }}-linux-amd64"
|
||||
url: "https://github.com/go-gitea/gitea/releases/download/v{{ latest_version }}/gitea-{{ latest_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
|
||||
version="{{ latest_version.stdout }}"
|
||||
latest_version="{{ latest_version.stdout }}"
|
||||
|
|
Φόρτωση…
Προσθήκη πίνακα
Προσθήκη υπερσυνδέσμου
Παράθεση σε νέο ζήτημα