Update to 2024-02-26 10:00

This commit is contained in:
Daniel Berteaud 2024-02-26 10:00:52 +01:00
parent 96f2af6a53
commit 96ee0968aa
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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