I use ansible to connect to the windows system, and win_ping shows normal results. I want to start Google Chrome and display the interface. What should I do?
ansible cr -m win_shell -a ‘Start-Process “C:\Program Files\Google\Chrome\Application\chrome.exe”’
| SUCCESS | rc=0 >>
Although using this command shows success, observing the windows host interface does not open Google Chrome.