Add notify-send as a workstation pre-req.

This commit is contained in:
2026-08-03 11:55:40 -07:00
parent 42b88fb8bd
commit 845b042d21
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -20,6 +20,7 @@
mesa: mesa mesa: mesa
mesa_utils: mesa-utils mesa_utils: mesa-utils
ninja: ninja ninja: ninja
notify_send: notify-send
- name: General | Facts | Package | Parrot OS Fixes - name: General | Facts | Package | Parrot OS Fixes
set_fact: set_fact:
@@ -54,6 +55,7 @@
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
@@ -41,6 +41,7 @@
- "{{ firefox }}" - "{{ firefox }}"
- "{{ firefox_esr }}" - "{{ firefox_esr }}"
- "{{ wireless_tools }}" - "{{ wireless_tools }}"
- "{{ notify_send }}"
state: present state: present
- name: Workstation | Linux | Software | Packages | Install From AUR - name: Workstation | Linux | Software | Packages | Install From AUR