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

@ -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