Allow screen sharing in video conferences.
This commit is contained in:
parent
fc410dcb2d
commit
54a731ff65
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
- task-german-kde-desktop
|
||||
- task-german-desktop
|
||||
- xdg-desktop-portal-kde
|
||||
- xdg-desktop-portal-wlr # share screen in browser
|
||||
- kde-full
|
||||
- akonadi-backend-sqlite
|
||||
- atftp
|
||||
|
@ -57,14 +58,14 @@
|
|||
http_proxy: http://firewall.pn.steinbeis.schule:3128
|
||||
https_proxy: http://firewall.pn.steinbeis.schule:3128
|
||||
|
||||
- name: add {{ ansible_distribution_release }}-backports
|
||||
- name: Add {{ ansible_distribution_release }}-backports
|
||||
apt_repository:
|
||||
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main contrib non-free
|
||||
state: present
|
||||
update_cache: true
|
||||
when: ansible_distribution_release == 'bullseye'
|
||||
|
||||
- name: install extra packages from backports
|
||||
- name: Install extra packages from backports
|
||||
apt:
|
||||
name:
|
||||
- libreoffice
|
||||
|
|
Loading…
Add table
Reference in a new issue