Fix download asc file needs root
This commit is contained in:
parent
bcef50c199
commit
d7deda69a2
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
- name: Install services for lime2 home server
|
||||
gather_facts: true
|
||||
hosts: lime2,lime2-test
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
changed_when: '"not changed" not in result.stderr'
|
||||
|
||||
- name: Download forgejo asc file
|
||||
become: true
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue