drop old pulse config

This commit is contained in:
Pig Monkey 2021-10-05 21:40:53 -07:00
parent a949f94522
commit 2b6bad0cfd

View file

@ -10,15 +10,6 @@
notify:
- restart pulse as user
- name: Auto-switch between HSP/HSF and A2DP
lineinfile:
dest: /etc/pulse/default.pa
regex: "^load-module module-bluetooth-policy"
state: present
line: "load-module module-bluetooth-policy auto_switch=2"
notify:
- restart pulse as user
- name: Do not auto power on the bluetooth device
command: gsettings set org.blueman.plugins.powermanager auto-power-on false
become: yes