I recently started using Ansible to control Windows and I'm have some 
trouble with the StartProcess command.

On a regular Powershell terminal I can open a new shell with this command:
StartProcess powershell

However this task in Ansible does not have that result:
- name: Start powershell
  raw: 'StartProcess powershell'

Is Ansible incapable of spawning new windows in this way?

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3f5575e2-69c7-4581-9d2e-5434d7501b6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to