Pop!_OS and Ubuntu do not have ESR in repos.

This commit is contained in:
2021-02-06 11:27:20 -06:00
parent 396f6cd711
commit 9398351d7e
2 changed files with 22 additions and 15 deletions

View File

@ -22,7 +22,7 @@
flatpak:
name: org.shotcut.Shotcut
- name: Workstation | Linux | Flatpak | Do Not Use Firefox Flatpak
- name: Workstation | Linux | Flatpak | Do Not Use Firefox Flatpak (It's Broke Boys!)
flatpak:
name: org.mozilla.firefox
state: absent
@ -32,11 +32,18 @@
name: org.mozilla.Thunderbird
# Repo Software
- name: Workstation | Linux | Flatpak | Install Firefox From Package Manager
- name: Workstation | Linux | Flatpak | Install Firefox ESR From Package Manager
package:
name:
- "{{ firefox_esr }}"
state: present
state: latest
- name: Workstation | Linux | Flatpak | Remove Normal Firefox for ESR
package:
name:
- "{{ firefox }}"
state: absent
when: "{{ firefox }} != {{ firefix_esr }}"
- name: Workstation | Linux | Flatpak | Remove Software From Package Manager
package: