mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2024-02-26 10:00
This commit is contained in:
parent
96f2af6a53
commit
96ee0968aa
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to install
|
||||
gitea_version: 1.21.6
|
||||
gitea_version: 1.21.7
|
||||
# URL to the binary
|
||||
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
|
||||
# sha256 of the binary
|
||||
gitea_bin_sha256: f20289d5c9d76462bf4d259634e6210504b64ea299c3ea21f1b90138d0efc1bd
|
||||
gitea_bin_sha256: fa88e6404d3d34136bdd50c990a8c390d5e05f4cb2e31641559d14234e022bd6
|
||||
# Handle updates. If set to false, ansible will only install
|
||||
# Gitea and then won't touch an existing installation
|
||||
gitea_manage_upgrade: True
|
||||
|
@ -70,7 +70,7 @@
|
||||
block:
|
||||
- name: Download ChromeDriver
|
||||
get_url:
|
||||
url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ jitsi_jibri_chrome_version.stdout }}/linux64/chromedriver-linux64.zip
|
||||
url: https://storage.googleapis.com/chrome-for-testing-public/{{ jitsi_jibri_chrome_version.stdout }}/linux64/chromedriver-linux64.zip
|
||||
dest: "{{ jitsi_root_dir }}/tmp"
|
||||
|
||||
- name: Extract ChromeDriver
|
||||
|
Loading…
x
Reference in New Issue
Block a user