mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Only verify with GPG when requested by user
This commit is contained in:
parent
6bb853c314
commit
f64a5bc718
1 changed files with 3 additions and 2 deletions
|
@ -58,7 +58,8 @@
|
||||||
url: "{{ gitea_integrity_url }}"
|
url: "{{ gitea_integrity_url }}"
|
||||||
dest: "{{ gitea_checksum_path }}"
|
dest: "{{ gitea_checksum_path }}"
|
||||||
tags:
|
tags:
|
||||||
- install
|
- never
|
||||||
|
- verify
|
||||||
when: internet_available
|
when: internet_available
|
||||||
|
|
||||||
- name: Verify Gitea binary with GPG signature
|
- name: Verify Gitea binary with GPG signature
|
||||||
|
@ -66,7 +67,7 @@
|
||||||
gpg --keyserver pgp.mit.edu --recv {{ gitea_gpg_key }}
|
gpg --keyserver pgp.mit.edu --recv {{ gitea_gpg_key }}
|
||||||
gpg --verify {{ gitea_checksum_path }} {{ gitea_install_path }}
|
gpg --verify {{ gitea_checksum_path }} {{ gitea_install_path }}
|
||||||
tags:
|
tags:
|
||||||
- install
|
- never
|
||||||
- verify
|
- verify
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue