diff --git a/facts/workstation/package.yml b/facts/workstation/package.yml index d414ac4..64e10e0 100644 --- a/facts/workstation/package.yml +++ b/facts/workstation/package.yml @@ -37,6 +37,14 @@ 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 set_fact: flatpak_distro: true @@ -51,4 +59,4 @@ flatpak_distro: false firefox_esr: firefox-esr psutil: py37-psutil - when: ansible_system == "FreeBSD" \ No newline at end of file + when: ansible_system == "FreeBSD"