removed bluetooth role and reference in playbooks

This commit is contained in:
aminnairi
2023-12-31 19:58:40 +01:00
parent fd9338fb74
commit cea9543853
3 changed files with 0 additions and 25 deletions
-1
View File
@@ -15,6 +15,5 @@
- felix
- tmux
- neovim
- bluetooth
- ufw
- gnome
-1
View File
@@ -15,6 +15,5 @@
- felix
- tmux
- neovim
- bluetooth
- ufw
- gnome
-23
View File
@@ -1,23 +0,0 @@
---
- name: Install Bluez (Bluetooth management)
become: true
pacman:
name: bluez
state: present
- name: Install Bluez Utils (Bluetooth utilities)
become: true
pacman:
name: bluez-utils
state: present
- name: Install Bluetuith (Bluetooth Terminal UI)
become: true
kewlfft.aur.aur:
name: bluetuith
state: present
update_cache: true
- name: Start Bluetooth service
become: true
service:
enabled: true
name: bluetooth
state: started