Skip to content

Commit

Permalink
packages: update list
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Mar 30, 2024
1 parent e40854b commit 30b86e5
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions roles/configure/tasks/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- dmidecode
- dnsutils
- dua-cli
- earlyoom
- eva # A calculator REPL, similar to bc
- eza
- fd
Expand All @@ -45,6 +46,7 @@
- htop
- hyperfine # CLI benchmarking tool
- gimp
- imagemagick
- iwd
- jless
- jq
Expand Down Expand Up @@ -124,21 +126,4 @@
loop:
- slack-desktop
- hadolint-bin

- name: Install spotify tui player
ansible.builtin.unarchive:
src: https://github.com/aome510/spotify-player/releases/latest/download/spotify_player-x86_64-unknown-linux-gnu.tar.gz
dest: ~/.local/bin/
remote_src: true
mode: "0755"
extra_opts:
- --transform
- s@^spotify_player@spotify@

- name: Enable services
ansible.builtin.systemd:
name: "{{ item }}"
enabled: true
loop:
- iwd
become: true
- spotify-player

0 comments on commit 30b86e5

Please sign in to comment.