tell blueman to never auto power on bluetooth

This commit is contained in:
Pig Monkey 2018-08-21 08:49:52 -07:00
parent 94bb34cb76
commit b283f57bd8

View file

@ -10,6 +10,11 @@
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
become_user: "{{ user.name }}"
- name: Unblock the bluetooth service
service: name="rfkill-block@bluetooth.service" enabled=no state=stopped
when: bluetooth.disable == False