Feat: add bluetooth to workstation

This commit is contained in:
2022-01-12 16:22:59 +01:00
parent bccd699c5e
commit 7c5041c73d
2 changed files with 11 additions and 0 deletions

View File

@@ -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