Install the repo version of Firefox and uninstall mail clients.

This commit is contained in:
2026-08-02 11:36:25 -07:00
parent 1aaf64404f
commit 19970515ca
+14 -15
View File
@@ -22,7 +22,7 @@
- name: Workstation | Linux | Software | Packages | Install Software (Editing) - name: Workstation | Linux | Software | Packages | Install Software (Editing)
package: package:
name: name:
- "{{ ffmpeg }}" - "{{ ffmpeg }}"
state: present state: present
when: editing in (true, "video", "audio") when: editing in (true, "video", "audio")
@@ -36,11 +36,10 @@
name: name:
- vlc - vlc
- "{{ appimagelauncher }}" - "{{ appimagelauncher }}"
#- "{{ evolution }}"
#- "{{ evolution }}*" # This was not working in pacman, but also isn't needed anymore.
- gparted - gparted
- hugo - hugo
- "{{ wireless_tools }}" - "{{ firefox }}"
- "{{ firefox_esr }}" - "{{ wireless_tools }}"
state: present state: present
- name: Workstation | Linux | Software | Packages | Install From AUR - name: Workstation | Linux | Software | Packages | Install From AUR
@@ -49,11 +48,12 @@
- appimagelauncher - appimagelauncher
when: ansible_pkg_mgr == "pacman" when: ansible_pkg_mgr == "pacman"
become_user: "{{ aur_user }}" become_user: "{{ aur_user }}"
ignore_errors: yes
- name: Workstation | Linux | Software | Packages | GS Connect (KDE Connect, Android Tool) - name: Workstation | Linux | Software | Packages | GS Connect (KDE Connect, Android Tool)
package: package:
name: name:
- gnome-shell-extension-gsconnect - gnome-shell-extension-gsconnect
state: present state: present
when: ansible_distribution in ("Debian") when: ansible_distribution in ("Debian")
ignore_errors: yes ignore_errors: yes
@@ -63,14 +63,13 @@
- name: Workstation | Linux | Software | Packages | Remove Applications - name: Workstation | Linux | Software | Packages | Remove Applications
package: package:
name: name:
- "{{ firefox }}" - "{{ thunderbird }}"
#- "{{ firefox_esr }}" - "{{ evolution }}"
- "{{ thunderbird }}" - steam
- steam - vscode
- vscode - code
- code - libreoffice
- libreoffice - "*libreoffice*"
- "*libreoffice*" - '*libreoffice*'
- '*libreoffice*' - gimp
- gimp
state: absent state: absent