Skip to content

Commit a48591b

Browse files
authored
Merge pull request roles-ansible#112 from firesoft-de/main
Don't become for gpg verify (also for gitea)
2 parents 438466d + b27d258 commit a48591b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/install_gitea.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
- name: Check archive signature
6969
ansible.builtin.command: "gpg --verify /tmp/{{ gitea_filename }}.xz.asc /tmp/{{ gitea_filename }}.xz"
7070
changed_when: false
71+
become: false
7172

7273
- name: Unpack gitea binary
7374
ansible.builtin.command:

0 commit comments

Comments
 (0)