I have one question about using Ansible with Windows
- How to enable Administrator user with Ansible for Windows?
I have one question about using Ansible with Windows
You can use become:yes in your play. Iirc
Do you have any example module or playbook?
https://docs.ansible.com/ansible/latest/user_guide/become.html
You can have it at the top of your play too