Hey Cindy

You look at using win_package to install your exe, the only downside is 
that you need to know the product id of the application to run the task. 
Details on the module are 
at http://docs.ansible.com/ansible/latest/win_package_module.html, there 
are also some examples on that page to show you how it works with exe's.

As for why it is failing in win_command it is probably due to the space in 
the path, Windows doesn't play nicely with them. One thing I would try is 
use single quotes instead of double  as well as looking at the application 
docs as to what an RC of 3 means.

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 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/d78ea1fa-7d67-432a-9a40-6872d019190c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to