From dea2d746f73767d067328fee5b9649795b764f1b Mon Sep 17 00:00:00 2001 From: grok Date: Sat, 16 Aug 2025 12:08:04 +0200 Subject: [PATCH] don't reboot automatically --- update-windows-system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-windows-system.yml b/update-windows-system.yml index c2b729c..a823d98 100644 --- a/update-windows-system.yml +++ b/update-windows-system.yml @@ -20,5 +20,5 @@ ansible.windows.win_updates: category_names: "{{ update_categories }}" state: installed - reboot: true + reboot: false # Runs with elevated privileges via WinRM connection