Ενημέρωση 'roles/services/update_gitea/tasks/main.yml' #1

Συγχωνευμένο
infl00p συγχώνευσε 2 υποβολές από infl00p-patch-1 σε main 2021-09-06 08:37:55 +00:00
Εμφάνιση μόνο αλλαγών της υποβολής ce3bfcf3e4 - Εμφάνιση όλων των υποβολών

Ενημέρωση 'roles/services/update_gitea/tasks/gitea.yml'

Inf L00p 2021-09-06 08:37:32 +00:00

@ -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'