Partition FreeBSD cron jobs. Add security update.

This commit is contained in:
2021-02-06 11:02:29 -06:00
parent 248855feda
commit 396f6cd711
3 changed files with 23 additions and 11 deletions

View File

@ -19,16 +19,6 @@
state: present
disabled: no
- name: General | Cron | Ansible | Enable SSHFS Job (FreeBSD)
cron:
user: ansible
name: "1337 SSHFS"
special_time: reboot
job: "sudo {{ sshfs_leet_cmd }}"
state: present
disabled: no
when: ansible_system == "FreeBSD"
- name: General | Cron | Ansible | Enable Secure Copy Reports
cron:
user: ansible