---
- name: Ensure automatic updates is setup
  ansible.windows.win_updates:
    category_names:
      - SecurityUpdates
      - CriticalUpdates
      - UpdateRollups
    use_scheduled_task: true
