--- ## Runs Win Updates on all Windows Servers - hosts: all gather_facts: yes # become: yes ignore_unreachable: true tasks: - name: Download and install critical, security, and def updates and then reboot after win_updates: # category_names: '*' reboot: yes reboot_timeout: 3600 # throttle: 1