1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

Don't become for gpg verify

This commit is contained in:
Stuart Mumford 2023-04-23 16:01:03 +00:00
parent aff7347d50
commit 6f47cad1cb

View file

@ -66,6 +66,7 @@
when: '_gitea_gpg_key_status.rc != 0 or "expired" in _gitea_gpg_key_status.stdout'
- name: Check archive signature
become: false
ansible.builtin.command: "gpg --verify /tmp/{{ gitea_filename }}.asc /tmp/{{ gitea_filename }}"
changed_when: false