Feat: add bluetooth to workstation
This commit is contained in:
@@ -34,6 +34,13 @@
|
||||
systemd:
|
||||
name: NetworkManager
|
||||
enabled: yes
|
||||
state: started
|
||||
|
||||
- name: enable service bluetooth
|
||||
systemd:
|
||||
name: bluetooth
|
||||
enabled: yes
|
||||
state: started
|
||||
|
||||
- name: activate autofs
|
||||
import_tasks: home_mounts.yml
|
||||
|
||||
Reference in New Issue
Block a user