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-kde-desktop
|
||||||
- task-german-desktop
|
- task-german-desktop
|
||||||
- xdg-desktop-portal-kde
|
- xdg-desktop-portal-kde
|
||||||
|
- xdg-desktop-portal-wlr # share screen in browser
|
||||||
- kde-full
|
- kde-full
|
||||||
- akonadi-backend-sqlite
|
- akonadi-backend-sqlite
|
||||||
- atftp
|
- atftp
|
||||||
|
@ -57,14 +58,14 @@
|
||||||
http_proxy: http://firewall.pn.steinbeis.schule:3128
|
http_proxy: http://firewall.pn.steinbeis.schule:3128
|
||||||
https_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:
|
apt_repository:
|
||||||
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main contrib non-free
|
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main contrib non-free
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
when: ansible_distribution_release == 'bullseye'
|
when: ansible_distribution_release == 'bullseye'
|
||||||
|
|
||||||
- name: install extra packages from backports
|
- name: Install extra packages from backports
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- libreoffice
|
- libreoffice
|
||||||
|
|
Loading…
Add table
Reference in a new issue