diff --git a/facts/general/package.yml b/facts/general/package.yml index 6bedac2..6d8fe4d 100644 --- a/facts/general/package.yml +++ b/facts/general/package.yml @@ -20,6 +20,7 @@ mesa: mesa mesa_utils: mesa-utils ninja: ninja + notify_send: notify-send - name: General | Facts | Package | Parrot OS Fixes set_fact: @@ -54,6 +55,7 @@ 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 36d8b02..b1e245e 100644 --- a/tasks/workstation/linux/software/packages.yml +++ b/tasks/workstation/linux/software/packages.yml @@ -41,6 +41,7 @@ - "{{ firefox }}" - "{{ firefox_esr }}" - "{{ wireless_tools }}" + - "{{ notify_send }}" state: present - name: Workstation | Linux | Software | Packages | Install From AUR