Hi there,
I've tried:
1) script module - powershell script
2) win_command module - start.exe
3) starting iexplore.exe with url
Nothing works. I guess the first command doesn't work because ansible uses another user to start powershell. The logged in user must start the process.
Anybody knows how to start ie url with ansible?