From 19970515ca4556fe287163f855912bf09ae1847f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 2 Aug 2026 11:36:25 -0700 Subject: [PATCH] Install the repo version of Firefox and uninstall mail clients. --- tasks/workstation/linux/software/packages.yml | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/tasks/workstation/linux/software/packages.yml b/tasks/workstation/linux/software/packages.yml index 03eb3f6..1a4cadd 100644 --- a/tasks/workstation/linux/software/packages.yml +++ b/tasks/workstation/linux/software/packages.yml @@ -22,7 +22,7 @@ - name: Workstation | Linux | Software | Packages | Install Software (Editing) package: name: - - "{{ ffmpeg }}" + - "{{ ffmpeg }}" state: present when: editing in (true, "video", "audio") @@ -36,11 +36,10 @@ name: - vlc - "{{ appimagelauncher }}" - #- "{{ evolution }}" - #- "{{ evolution }}*" # This was not working in pacman, but also isn't needed anymore. - gparted - hugo - - "{{ wireless_tools }}" + - "{{ firefox }}" + - "{{ firefox_esr }}" - "{{ wireless_tools }}" state: present - name: Workstation | Linux | Software | Packages | Install From AUR @@ -49,11 +48,12 @@ - appimagelauncher when: ansible_pkg_mgr == "pacman" become_user: "{{ aur_user }}" + ignore_errors: yes - name: Workstation | Linux | Software | Packages | GS Connect (KDE Connect, Android Tool) package: name: - - gnome-shell-extension-gsconnect + - gnome-shell-extension-gsconnect state: present when: ansible_distribution in ("Debian") ignore_errors: yes @@ -63,14 +63,13 @@ - name: Workstation | Linux | Software | Packages | Remove Applications package: name: - - "{{ firefox }}" - #- "{{ firefox_esr }}" - - "{{ thunderbird }}" - - steam - - vscode - - code - - libreoffice - - "*libreoffice*" - - '*libreoffice*' - - gimp + - "{{ thunderbird }}" + - "{{ evolution }}" + - steam + - vscode + - code + - libreoffice + - "*libreoffice*" + - '*libreoffice*' + - gimp state: absent