disable sap plugin for bluetooth service

This commit is contained in:
Cassiano Aquino 2019-10-21 18:41:36 +01:00
parent 84fa293a11
commit ace1244d10
No known key found for this signature in database
GPG Key ID: 2480258091054B09

View File

@ -114,6 +114,13 @@
state: present
when: hostname.changed
- name: disable sap plugin for bluetooth.service
lineinfile:
dest: /lib/systemd/system/bluetooth.service
regexp: '^ExecStart=/usr/lib/bluetooth/bluetoothd$'
line: 'ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap'
state: present
- name: Add re4son-kernel repo key
apt_key:
url: https://re4son-kernel.com/keys/http/archive-key.asc