Fix fact locations.

This commit is contained in:
2021-02-06 15:42:39 -06:00
parent 7fed888aa0
commit 30d76bb6c0
2 changed files with 8 additions and 13 deletions

View File

@ -6,8 +6,6 @@
set_fact:
sshfs: sshfs
locate: locate
gnome_tweaks: gnome-tweaks
dconf_editor: dconf-editor
when: ansible_pkg_mgr == "apt"
@ -15,6 +13,4 @@
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"