From 4bdd00d339d4647f64e045cb4f27784723e743d5 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 13 Jun 2024 08:10:55 -0500 Subject: [PATCH] gw1: Do not reboot after dnf automatic updates We don't want the firewall rebooting itself after kernel updates. Instead, I will reboot it manually at the next appropriate time. --- host_vars/gw1.pyrocufflink.blue/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host_vars/gw1.pyrocufflink.blue/main.yml b/host_vars/gw1.pyrocufflink.blue/main.yml index c83a2e0..6452398 100644 --- a/host_vars/gw1.pyrocufflink.blue/main.yml +++ b/host_vars/gw1.pyrocufflink.blue/main.yml @@ -37,3 +37,5 @@ promtail_scrape_configs: format: '2006-01-02T15:04:05.000' - output: source: message + +dnf_automatic_reboot: never