From b69be7838297a4c14c4c8c7e5ac29aa8584bcc7d Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 4 Aug 2026 06:56:13 -0700 Subject: [PATCH] workstation packages, use fyi and notify-send side by side. --- facts/general/package.yml | 5 +++-- tasks/workstation/linux/software/packages.yml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/facts/general/package.yml b/facts/general/package.yml index 6d8fe4d..e46816d 100644 --- a/facts/general/package.yml +++ b/facts/general/package.yml @@ -20,7 +20,8 @@ mesa: mesa mesa_utils: mesa-utils ninja: ninja - notify_send: notify-send + notify_send: libnotify + fyi: fyi - name: General | Facts | Package | Parrot OS Fixes set_fact: @@ -42,6 +43,7 @@ mesa: libglu1-mesa mesa_utils: libglu1-mesa ninja: ninja-build + notify_send: libnotify-bin when: ansible_pkg_mgr == "apt" - name: General | Facts | Package | pacman @@ -55,7 +57,6 @@ dig: bind base_devel: base-devel macbook_wifi_driver: broadcom-wl-dkms - notify_send: fyi when: ansible_pkg_mgr == "pacman" - name: General | Facts | Package | FreeBSD diff --git a/tasks/workstation/linux/software/packages.yml b/tasks/workstation/linux/software/packages.yml index b1e245e..4b57703 100644 --- a/tasks/workstation/linux/software/packages.yml +++ b/tasks/workstation/linux/software/packages.yml @@ -42,6 +42,7 @@ - "{{ firefox_esr }}" - "{{ wireless_tools }}" - "{{ notify_send }}" + - "{{ fyi }}" state: present - name: Workstation | Linux | Software | Packages | Install From AUR