Upgrade to 1.22.6; lint updates
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 1m19s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian12) (push) Successful in 1m4s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora39) (push) Successful in 1m4s
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 1m19s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian12) (push) Successful in 1m4s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora39) (push) Successful in 1m4s
This commit is contained in:
parent
7e93892133
commit
8dee1f16b5
@ -1,5 +1,2 @@
|
||||
skip_list:
|
||||
- yaml[colons]
|
||||
- yaml[empty-lines]
|
||||
- yaml[line-length]
|
||||
- no-changed-when
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
vars:
|
||||
__gitea_version: 1.22.5
|
||||
__gitea_version: 1.22.6
|
||||
__gitea_arch: amd64
|
||||
__gitea_binary: "https://dl.gitea.io/gitea/{{ __gitea_version }}/\
|
||||
gitea-{{ __gitea_version }}-linux-{{ __gitea_arch }}"
|
||||
@ -31,7 +31,7 @@
|
||||
register: r_check_gitea
|
||||
|
||||
- name: Fetch Gitea binary and notify user
|
||||
when :
|
||||
when:
|
||||
- (r_check_gitea.rc == 1 or r_check_gitea.stdout is not search(__gitea_version))
|
||||
block:
|
||||
- name: Gitea binary not found or version mismatch
|
||||
@ -39,7 +39,7 @@
|
||||
msg: "Gitea binary not found or version mismatch."
|
||||
|
||||
- name: "Fetch Gitea {{ __gitea_version }}"
|
||||
ansible.builtin.get_url :
|
||||
ansible.builtin.get_url:
|
||||
url: "{{ __gitea_binary }}"
|
||||
dest: /usr/local/bin/gitea
|
||||
mode: "0755"
|
||||
|
Loading…
x
Reference in New Issue
Block a user