Add pipewire to linux.

This commit is contained in:
Tom Alexander
2023-02-18 11:39:31 -05:00
parent a808f81e27
commit c0185207f2

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