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

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