1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

configure pipewire with wireplumber only for void

This commit is contained in:
eoli3n 2022-02-15 11:20:58 +01:00
parent ddbbf6e83f
commit b528fd6586

@ -3,8 +3,10 @@
file:
path: ~/.config/pipewire/
state: directory
when: ansible_distribution == 'void'
- name: configure pipewire
copy:
src: pipewire.conf
dest: ~/.config/pipewire/pipewire.conf
when: ansible_distribution == 'void'