--- # Windows hosts don't need Python bootstrap — WinRM handles this natively - name: Windows patching hosts: windows_hosts gather_facts: true roles: - preflight - windows_patch - report