2021-02-06 11:02:29 -06:00
|
|
|
---
|
|
|
|
# Cron jobs specific to FreeBSD
|
|
|
|
|
2021-02-06 17:00:55 -06:00
|
|
|
- name: General | Cron | Ansible | FreeBSD | Enable Security Update
|
2021-02-06 11:02:29 -06:00
|
|
|
cron:
|
|
|
|
user: ansible
|
|
|
|
name: "Security Update"
|
|
|
|
special_time: daily
|
2021-07-02 07:10:57 -05:00
|
|
|
job: "sudo freebsd-update cron -t me@hyperling.com"
|
2021-02-06 11:02:29 -06:00
|
|
|
state: present
|
|
|
|
disabled: no
|