hi jordan, thanks for your reply can you please tell us how this can be achieved through other programming or automation.
On Monday, December 2, 2019 at 2:22:54 AM UTC+5:30, Jordan Borean wrote: > > Running a command through Ansible is not designed to run interactive > programs. Everything is run in the background with no interactive Window > and will wait until the process has exited. Because running mstsc is a GUI > application, it will stay open forever which results in > win_shell/win_command waiting forever for it to quit which will never occur > as no one can see the Window. There are ways to run things in the > background asynchronously but in this case there is no reason as opening a > GUI application from Ansible will not display it on any interactive desktop. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/75725aaa-b2b3-4065-86c4-c15717608dac%40googlegroups.com.
