From d3489ea74e9b667eb627eb3a5b28cd7523466333 Mon Sep 17 00:00:00 2001
From: Hyperling <me@hyperling.com>
Date: Mon, 15 Feb 2021 08:43:47 -0600
Subject: [PATCH] Fix variable name.

---
 facts/general/package.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/facts/general/package.yml b/facts/general/package.yml
index 950d91d..2f32ef1 100644
--- a/facts/general/package.yml
+++ b/facts/general/package.yml
@@ -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"
\ No newline at end of file