Fix FreeBSD cron location.

This commit is contained in:
Hyperling 2021-02-12 07:55:56 -06:00
parent 779ea3bf00
commit 47fce3f827

View File

@ -32,7 +32,8 @@
- include: tasks/general/cron/ansible.yml - 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" when: ansible_system == "FreeBSD"
@ -47,6 +48,7 @@
tasks: tasks:
# Set up any systems that do not come with Desktop Environments # 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 - include: tasks/workstation/freebsd/software/gui.yml
when: ansible_system == "FreeBSD" when: ansible_system == "FreeBSD"