my playbook running on ansible automation platform and using setup to gather facts from windows server . the job template configuration don’t make any modification on playbook ,execution environment .
in 5/6/2026 , gather facts can return ansible_os_name properly .
“ansible_os_name”: “Microsoft Windows Server 2019 Datacenter”,
but gather facts return null on 5/28/2026 .
“ansible_os_name”: null,
any ideas for this strange issue ?
Thanks