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