mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Merge pull request #112 from firesoft-de/main
Don't become for gpg verify (also for gitea)
This commit is contained in:
commit
a48591bc4b
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
|||
- name: Check archive signature
|
||||
ansible.builtin.command: "gpg --verify /tmp/{{ gitea_filename }}.xz.asc /tmp/{{ gitea_filename }}.xz"
|
||||
changed_when: false
|
||||
become: false
|
||||
|
||||
- name: Unpack gitea binary
|
||||
ansible.builtin.command:
|
||||
|
|
Loading…
Reference in a new issue