packages, ensure Artix has the proper audio programs.
This commit is contained in:
@@ -111,6 +111,13 @@
|
||||
state: present
|
||||
when: ansible_pkg_mgr == "pacman"
|
||||
|
||||
- name: General | Software | Packages | Install Audio (Looking at you, Artix)
|
||||
package:
|
||||
name: pipewire pipewire-pulse wireplumber pipewire-alsa
|
||||
state: present
|
||||
when: ansible_pkg_mgr == "pacman"
|
||||
and ansible_service_mgr == "runit"
|
||||
|
||||
- name: General | Software | Packages | Install Fix (Looking at you, openSUSE)
|
||||
package:
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user