FreeBSD and QoL changes.

This commit is contained in:
2021-01-31 12:58:37 -06:00
parent 2f0b319242
commit 537a0f59ca
6 changed files with 25 additions and 1 deletions

View File

@ -27,6 +27,11 @@
tasks:
- include: tasks/flatpaks.yml
when: ansible_distribution != "FreeBSD"
tasks:
- include: tasks/freebsd_gui.yml
when: ansible_distribution == "FreeBSD"
# Run hardness checks