1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sway.git synced 2024-08-16 13:49:49 +02:00
ansible_role_sway/tasks/pipewire.yml

13 lines
310 B
YAML
Raw Normal View History

2024-07-31 22:34:16 +02:00
---
# See https://elis.nu/blog/2021/02/detailed-setup-of-screen-sharing-in-sway/
- name: Ensure waybar is installed.
ansible.builtin.package:
name: "{{ item }}"
state: "present"
become: true
with_items:
- 'xdg-desktop-portal-wlr'
- 'xdg-desktop-portal-gtk'
- 'slurp'
- 'pipewire'