What you want to do is possible but in reality you really don’t want to do it. This is the entire point of services and/or scheduled tasks which have arguably better error control and process handling than a detached process that you have to do with WinRM. If you are still interested you can start an async task with poll 0 and a really long async timeout value or spawn the detached process manually with WMI and Win32_Process but as I said you probably don’t want to do this in the long run.
Thanks Jordan -- 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/13d1116d-703e-45bd-bf2a-f6a43a2c676e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
