Skip to content

Commit

Permalink
Light Workstation/ Add libnotify package to notify-send to work
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-gonzalez committed Sep 28, 2024
1 parent 5f4341d commit e9bf006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/light_workstation/tasks/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
liberation_font: ttf-liberation
postgres: postgresql-libs
fd: fd
notify: libnotify
when: ansible_distribution == "Archlinux"

- name: Packages | Set packages variable when distribution is Ubuntu (if necessary)
Expand All @@ -37,6 +38,7 @@
liberation_font: fonts-liberation
postgres: postgresql
fd: fd-find
notify: libnotify-bin
when: ansible_distribution in ["Ubuntu", "Debian"]

- name: Packages | Install packages and update cache
Expand Down Expand Up @@ -80,6 +82,7 @@
- unzip
- "{{ liberation_font }}"
- "{{ postgres }}"
- "{{ notify }}"
- mpv # Terminal based video player
- yt-dlp # Download youtube videos, necessary to play youtube videos on mpv
- pre-commit # To use with git to ensure format and linting before commits
Expand Down

0 comments on commit e9bf006

Please sign in to comment.