I was attempting to launch an application through an Ansible Tower job in a
remote Windows VM. I'm logged into the remote PC with the same credentials
with which my Ansible playbooks are run. For the sake of simplicity, my
playbook is like this -
---
- name: Register and turn on VMs
hosts: all
tasks:
- name: Start VM
raw: notepad
I expect the above playbook to launch notepad in GUI mode on the remote
Windows PC I'm connected to. However, this only adds up a process for
notepad.exe but the GUI doesn't appear. The tower job does not complete
either and I end up canceling it. How to ensure that the application
launches with a GUI and not as a process?
--
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 post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/9a03d2f8-1128-4696-bb0a-de1c7e0e3024%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.