Update to 2023-12-07 00:00

This commit is contained in:
Daniel Berteaud 2023-12-07 00:00:36 +01:00
parent c10f5cd6bc
commit ba5d7a026f
1 changed files with 8 additions and 2 deletions

View File

@ -1,11 +1,10 @@
---
- name: Install dependencies
yum:
package:
name:
- java-11-openjdk
- git
- google-chrome-stable
- ffmpeg
- curl
- alsa-utils
@ -17,6 +16,13 @@
- perl-Email-Sender
tags: jitsi
- name: Install latest Google Chrome
package:
name:
- google-chrome-stable
state: latest
tags: jitsi
- name: Detect exact JRE version
command: rpm -q java-11-openjdk
changed_when: False