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

Αυτό το commit περιλαμβάνεται σε:
Inf L00p 2021-09-06 08:37:32 +00:00
γονέας 0fa52633eb
commit ce3bfcf3e4

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