Add Linux Mint.

This commit is contained in:
Hyperling 2021-06-11 21:49:18 -05:00
parent 15d0490a8a
commit b2d39e696a

View File

@ -37,6 +37,14 @@
when: ansible_distribution == "Debian" when: ansible_distribution == "Debian"
- name: Workstation | Facts | Package | Mint
set_fact:
flatpak_distro: true
firefox_esr: firefox
psutil: python3-psutil
when: ansible_distribution == "Linux Mint"
- name: Workstation | Facts | Package | Arch + Manjaro - name: Workstation | Facts | Package | Arch + Manjaro
set_fact: set_fact:
flatpak_distro: true flatpak_distro: true