From cf68c56afd05562e06ff5171d1a5125c6590b72e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 19 Feb 2021 21:19:18 +0200
Subject: [PATCH] Check OpenBSD firmware updates nightly.

---
 roles/router/tasks/main.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/router/tasks/main.yaml b/roles/router/tasks/main.yaml
index c7177c9..da3f517 100644
--- a/roles/router/tasks/main.yaml
+++ b/roles/router/tasks/main.yaml
@@ -502,6 +502,7 @@
       VERBOSESTATUS=0
       syspatch -c
       pkg_add -uInx | grep -v '^quirks'
+      fw_update -n
     dest: /etc/daily.local
     group: wheel
     mode: 0o044
-- 
GitLab