Solve is simple.
because doing it via ansible doesnt run on the same user as when you try it on the windows host
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_privilege_escalation.html
give the become and become user a go
become: yes
become_user: <windows user>
add that to your playbook