Pop!_OS and Ubuntu do not have ESR in repos.
This commit is contained in:
@ -2,24 +2,24 @@
|
||||
# Define program names per OS for package builtin.
|
||||
# This is only for Workstation devices with UIs.
|
||||
|
||||
- name: Facts | Workstation | Package | Pop OS
|
||||
- name: Facts | Workstation | Package | Pop_OS! and Ubuntu
|
||||
set_fact:
|
||||
flatpak_distro: true
|
||||
firefox: firefox
|
||||
firefox_esr: firefox
|
||||
thunderbird: thunderbird
|
||||
evolution: evolution
|
||||
when: ansible_distribution in ("Pop!_OS", "Ubuntu")
|
||||
|
||||
|
||||
- name: Facts | Workstation | Package | Debian
|
||||
set_fact:
|
||||
flatpak_distro: true
|
||||
firefox: firefox
|
||||
firefox_esr: firefox-esr
|
||||
thunderbird: thunderbird
|
||||
evolution: evolution
|
||||
when: ansible_distribution == "Pop!_OS"
|
||||
|
||||
|
||||
- name: Facts | Workstation | Package | Debian and Ubuntu
|
||||
set_fact:
|
||||
flatpak_distro: true
|
||||
firefox: firefox
|
||||
firefox_esr: firefox-esr
|
||||
thunderbird: thunderbird
|
||||
evolution: evolution
|
||||
when: ansible_distribution in ("Debian","Ubuntu")
|
||||
when: ansible_distribution in ("Debian")
|
||||
|
||||
|
||||
- name: Facts | Workstation | Package | FreeBSD
|
||||
|
Reference in New Issue
Block a user