mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
removed bluetooth role and reference in playbooks
This commit is contained in:
@@ -15,6 +15,5 @@
|
|||||||
- felix
|
- felix
|
||||||
- tmux
|
- tmux
|
||||||
- neovim
|
- neovim
|
||||||
- bluetooth
|
|
||||||
- ufw
|
- ufw
|
||||||
- gnome
|
- gnome
|
||||||
|
|||||||
@@ -15,6 +15,5 @@
|
|||||||
- felix
|
- felix
|
||||||
- tmux
|
- tmux
|
||||||
- neovim
|
- neovim
|
||||||
- bluetooth
|
|
||||||
- ufw
|
- ufw
|
||||||
- gnome
|
- gnome
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user