From 47fce3f82704b44ec5f1ea44d08b8f4353db5b55 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 12 Feb 2021 07:55:56 -0600 Subject: [PATCH] Fix FreeBSD cron location. --- local.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/local.yml b/local.yml index 38b454b..c395489 100644 --- a/local.yml +++ b/local.yml @@ -32,7 +32,8 @@ - include: tasks/general/cron/ansible.yml - - include: tasks/freebsd/cron/ansible.yml + # TODO Need to refactor. Maybe tasks/general/cron/freebsd.yml + - include: tasks/workstation/freebsd/cron/ansible.yml when: ansible_system == "FreeBSD" @@ -47,6 +48,7 @@ tasks: # Set up any systems that do not come with Desktop Environments + # TODO Need to refactor. Maybe tasks/workstation/setup_gui/freebsd.yml - include: tasks/workstation/freebsd/software/gui.yml when: ansible_system == "FreeBSD"