From 7599a1fddd971f225af2fa09b1ece72612c5ea5a Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 11 Oct 2019 19:33:14 -0500 Subject: [PATCH] Add blueman, correct pip package --- roles/workstation/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/workstation/tasks/main.yml b/roles/workstation/tasks/main.yml index 6ce8c00..cafc395 100644 --- a/roles/workstation/tasks/main.yml +++ b/roles/workstation/tasks/main.yml @@ -15,6 +15,7 @@ - name: Install DE apt: name: + - blueman # Bluetooth manager - dunst # Notification daemon - notify-send # A requirement for several of my scripts - pavucontrol # Not strictly required but very nice to have @@ -78,7 +79,7 @@ - ffmpeg # Very useful for compressing your animus (slowly over the course of a week) - g810-led # Because keyboards - htop # Regular top a shit - - pip # Aw shit, here we go again + - python3-pip # Aw shit, here we go again - shellcheck # Because I write a ton of scripts - snapd # A default component of every Ubuntu install but let's just make sure become: true