Hello I'd like to open a web browser into my Windows session with ansible, 
i've tried with this playbook, but this has no effect on my session



- name: Starting nginx
  win_shell: Start-Process -FilePath 
'D:\Stream\nginx-rtmp-win32-master\nginx.exe'

- name: Starting all vivaldi windows
  win_shell: start-process -FilePath 
'C:\Users\Julien\AppData\Local\Vivaldi\Application\vivaldi.exe' 
-ArgumentList 'www.site.com'



Thank you
Petit Julien.

-- 
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/33b29ac6-1b98-4ae6-8218-15fc15c6d11c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to