From 60c5f2f22789590e9260c2c9a0bcbdff801ed530 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 2 Jul 2021 07:10:57 -0500 Subject: [PATCH] Send email when FreeBSD upgrades are found. --- tasks/workstation/freebsd/cron/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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