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

remove internet_available install.yml and child tasks

This commit is contained in:
Jerry Vonau 2021-08-29 11:56:23 -05:00
parent 1ae77a8b25
commit b1ce429f50
19 changed files with 5 additions and 30 deletions

View file

@ -49,13 +49,11 @@
dest: "{{ gitea_install_path }}" # e.g. /library/gitea/bin/gitea-1.14
mode: 0775
timeout: "{{ download_timeout }}"
when: internet_available
- name: Download Gitea GPG signature {{ gitea_integrity_url }} to {{ gitea_checksum_path }}
get_url:
url: "{{ gitea_integrity_url }}"
dest: "{{ gitea_checksum_path }}"
when: internet_available
- name: Verify Gitea binary with GPG signature
shell: |