Fix forgejo .asc file download as user git
This commit is contained in:
parent
0b9f2f6197
commit
49b7fea2ee
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
ansible.builtin.get_url:
|
||||
url: "https://codeberg.org/forgejo/forgejo/releases/download/{{ forgejo_latest_version }}/forgejo-{{ forgejo_latest_version | replace('v', '') }}-linux-{{ forgejo_architecture }}.asc"
|
||||
dest: "{{ forgejo_run_dir }}/forgejo-{{ forgejo_latest_version | replace('v', '') }}-linux-{{ forgejo_architecture }}.asc"
|
||||
owner: git
|
||||
group: git
|
||||
mode: 0644
|
||||
|
||||
- name: Verify forgejo binary with gpg
|
||||
|
|
Loading…
Reference in a new issue