Enable bluetooth in linux.

This commit is contained in:
Tom Alexander
2023-02-18 12:19:58 -05:00
parent b4735a6daf
commit e35f622a0d
4 changed files with 22 additions and 15 deletions

View File

@@ -19,3 +19,11 @@
# name:
# - foo
# state: present
# - name: Enable services
# systemd:
# enabled: yes
# name: "{{ item }}"
# daemon_reload: yes
# loop:
# - foo.service