We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 438466d + b27d258 commit a48591bCopy full SHA for a48591b
tasks/install_gitea.yml
@@ -68,6 +68,7 @@
68
- name: Check archive signature
69
ansible.builtin.command: "gpg --verify /tmp/{{ gitea_filename }}.xz.asc /tmp/{{ gitea_filename }}.xz"
70
changed_when: false
71
+ become: false
72
73
- name: Unpack gitea binary
74
ansible.builtin.command:
0 commit comments