diff --git a/tasks/workstation/freebsd/cron/ansible.yml b/tasks/workstation/freebsd/cron/ansible.yml index 501effe..6a08976 100644 --- a/tasks/workstation/freebsd/cron/ansible.yml +++ b/tasks/workstation/freebsd/cron/ansible.yml @@ -6,6 +6,6 @@ user: ansible name: "Security Update" special_time: daily - job: "sudo freebsd-update cron" + job: "sudo freebsd-update cron -t me@hyperling.com" state: present disabled: no \ No newline at end of file