workstation packages, use fyi and notify-send side by side.

This commit is contained in:
2026-08-04 06:56:13 -07:00
parent 845b042d21
commit b69be78382
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -20,7 +20,8 @@
mesa: mesa mesa: mesa
mesa_utils: mesa-utils mesa_utils: mesa-utils
ninja: ninja ninja: ninja
notify_send: notify-send notify_send: libnotify
fyi: fyi
- name: General | Facts | Package | Parrot OS Fixes - name: General | Facts | Package | Parrot OS Fixes
set_fact: set_fact:
@@ -42,6 +43,7 @@
mesa: libglu1-mesa mesa: libglu1-mesa
mesa_utils: libglu1-mesa mesa_utils: libglu1-mesa
ninja: ninja-build ninja: ninja-build
notify_send: libnotify-bin
when: ansible_pkg_mgr == "apt" when: ansible_pkg_mgr == "apt"
- name: General | Facts | Package | pacman - name: General | Facts | Package | pacman
@@ -55,7 +57,6 @@
dig: bind dig: bind
base_devel: base-devel base_devel: base-devel
macbook_wifi_driver: broadcom-wl-dkms macbook_wifi_driver: broadcom-wl-dkms
notify_send: fyi
when: ansible_pkg_mgr == "pacman" when: ansible_pkg_mgr == "pacman"
- name: General | Facts | Package | FreeBSD - name: General | Facts | Package | FreeBSD
@@ -42,6 +42,7 @@
- "{{ firefox_esr }}" - "{{ firefox_esr }}"
- "{{ wireless_tools }}" - "{{ wireless_tools }}"
- "{{ notify_send }}" - "{{ notify_send }}"
- "{{ fyi }}"
state: present state: present
- name: Workstation | Linux | Software | Packages | Install From AUR - name: Workstation | Linux | Software | Packages | Install From AUR