From 14df9568527abff8a08f7b92425a29b0650c1a0f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Feb 2021 20:31:17 -0600 Subject: [PATCH] Provide dummy package name for locate on FreeBSD. --- 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 2a77401..297c393 100644 --- a/facts/general/package.yml +++ b/facts/general/package.yml @@ -27,5 +27,5 @@ thunderbird: thunderbird evolution: evolution sshfs: fusefs-sshfs - locate: + locate: htop # This is just a placeholder to prevent errors when: ansible_distribution == "FreeBSD" \ No newline at end of file