1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Move GPG key to main.yml

This commit is contained in:
Aidan Fitzgerald 2019-02-27 17:02:55 -05:00
parent eaf59b0e87
commit 733f381996
2 changed files with 4 additions and 1 deletions

View file

@ -28,6 +28,9 @@ gitea_checksum_path: "{{ gitea_root_directory }}/bin/gitea-{{ gitea_version }}.a
gitea_link_path: "{{ gitea_root_directory }}/gitea"
# Information needed to verify Gitea
gitea_gpg_key: 7C9E68152594688862D62AF62D9AE806EC1592E2
# Information needed to run Gitea
gitea_user: gitea
gitea_run_directory: "{{ gitea_root_directory }}"

View file

@ -56,7 +56,7 @@
- name: Verify Gitea binary with GPG signature
shell: |
gpg --keyserver pgp.mit.edu --recv 7C9E68152594688862D62AF62D9AE806EC1592E2
gpg --keyserver pgp.mit.edu --recv {{ gitea_gpg_key }}
gpg --verify {{ gitea_checksum_path }} {{ gitea_install_path }}
tags:
- install