Skip to content

Commit

Permalink
feat(common): add bluetooth manager and tools
Browse files Browse the repository at this point in the history
  • Loading branch information
smoyer64 committed Oct 6, 2024
1 parent 64bbfdd commit 8791494
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
state: "latest"
vars:
packages:
- "python-setuptools"
- "python3-setuptools"
- "python3-pip"
tags:
- "python"
Expand All @@ -26,12 +26,13 @@
- "asciinema"
- "asciidoc"
- "audacity"
# - chromium-browser
- chromium
- "curl"
- "deborphan"
- "fonts-opendyslexic"
- "gnupg2"
- "gparted"
- "hopenpgp-tools"
# - "hopenpgp-tools"
- "lynx"
- "minicom"
- "oathtool"
Expand Down Expand Up @@ -176,6 +177,15 @@
- biometrics
- dell

- name: install tools and libraries for bluetooth devices
apt:
pkg:
- "btscanner"
- "bluez-tools"
- "blueman"
tags:
- "bluetooth"

# - name: copy the freemind icon
# file:
# path: /snap/bin/freemind.png
Expand Down

0 comments on commit 8791494

Please sign in to comment.