Hi,
I want to run a very long process on windows machine through ansible. I want to trigger this process in background.
But wirnrm does not allow me to do this. it got stuck till that process not completed.
I could not use win_nssm module, because i don't want to create service. and also i could not use win_scheduled_task because i want to know process ID instantly.
Can anyone suggest what else i use instead of winrm module, or any other solution with winrm module.
Thanks for your help