Install the repo version of Firefox and uninstall mail clients.
This commit is contained in:
@@ -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,6 +48,7 @@
|
||||
- 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:
|
||||
@@ -63,9 +63,8 @@
|
||||
- name: Workstation | Linux | Software | Packages | Remove Applications
|
||||
package:
|
||||
name:
|
||||
- "{{ firefox }}"
|
||||
#- "{{ firefox_esr }}"
|
||||
- "{{ thunderbird }}"
|
||||
- "{{ evolution }}"
|
||||
- steam
|
||||
- vscode
|
||||
- code
|
||||
|
||||
Reference in New Issue
Block a user