This repository has been archived on 2020-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-gitea/handlers/main.yml

8 lines
204 B
YAML

- name: Verify binary with gpg
command:
argv:
- "gpg"
- "--verify"
- "/tmp/gitea-master-linux-amd64.asc"
- "/usr/local/bin/gitea"