Fix variable name.

This commit is contained in:
Hyperling 2021-02-15 08:43:47 -06:00
parent f2112a282a
commit d3489ea74e

@ -22,5 +22,5 @@
set_fact:
sshfs: fusefs-sshfs
locate: htop # Placeholder to prevent errors, locate built into FreeBSD.
sshd: htop # sshd comes installed on FreeBSD
opensshd: htop # sshd comes installed on FreeBSD
when: ansible_system == "FreeBSD"