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
Raw Permalink Normal View History

2020-05-25 19:33:10 +00:00
- name: Verify binary with gpg
command:
argv:
- "gpg"
- "--verify"
- "/tmp/gitea-master-linux-amd64.asc"
- "/usr/local/bin/gitea"