Fix dash in variable name. Update hosts file. Better names in local.

This commit is contained in:
2021-02-02 21:31:45 -06:00
parent 2951b687ae
commit bb242098db
5 changed files with 9 additions and 11 deletions

View File

@ -5,7 +5,7 @@
- name: Facts | Workstation | Package | Pop OS
set_fact:
firefox: firefox
firefox-esr: firefox-esr
firefox_esr: firefox-esr
thunderbird: thunderbird
evolution: evolution
when: ansible_distribution == "Pop!_OS"
@ -14,7 +14,7 @@
- name: Facts | Workstation | Package | Debian and Ubuntu
set_fact:
firefox: firefox
firefox-esr: firefox-esr
firefox_esr: firefox-esr
thunderbird: thunderbird
evolution: evolution
when: ansible_distribution in ("Debian","Ubuntu")
@ -23,7 +23,7 @@
- name: Facts | Workstation | Package | FreeBSD
set_fact:
firefox: firefox
firefox-esr: firefox-esr
firefox_esr: firefox-esr
thunderbird: thunderbird
evolution: evolution
when: ansible_system == "FreeBSD"