GNOME settings and UI improvements.

This commit is contained in:
2021-02-06 15:33:26 -06:00
parent 9398351d7e
commit 5a1fab6eea
7 changed files with 121 additions and 23 deletions

View File

@ -6,6 +6,8 @@
set_fact:
sshfs: sshfs
locate: locate
gnome_tweaks: gnome-tweaks
dconf_editor: dconf-editor
when: ansible_pkg_mgr == "apt"
@ -13,4 +15,6 @@
set_fact:
sshfs: fusefs-sshfs
locate: htop # Placeholder to prevent errors. locate builtin FreeBSD.
gnome_tweaks: gnome-tweaks
dconf_editor: dconf-editor
when: ansible_system == "FreeBSD"