1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-21 23:16:06 +02: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

View File

@ -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'