Add pipewire to linux.

This commit is contained in:
Tom Alexander 2023-02-18 11:39:31 -05:00
parent a808f81e27
commit c0185207f2
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 8 additions and 5 deletions

View File

@ -14,8 +14,11 @@
# state: present
# update_cache: true
# - name: Install packages
# package:
# name:
# - foo
# state: present
- name: Install packages
package:
name:
- pipewire
- pipewire-pulse
- wireplumber
- pavucontrol
state: present