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 aff7347 + 6f47cad commit 16a304bCopy full SHA for 16a304b
tasks/install_forgejo.yml
@@ -66,6 +66,7 @@
66
when: '_gitea_gpg_key_status.rc != 0 or "expired" in _gitea_gpg_key_status.stdout'
67
68
- name: Check archive signature
69
+ become: false
70
ansible.builtin.command: "gpg --verify /tmp/{{ gitea_filename }}.asc /tmp/{{ gitea_filename }}"
71
changed_when: false
72
0 commit comments