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.
1 parent 438466d commit b27d258Copy full SHA for b27d258
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