mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 10:14:04 +00:00
tell blueman to never auto power on bluetooth
This commit is contained in:
parent
94bb34cb76
commit
b283f57bd8
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue