Are you using Ansible 2.0.0.2?  

I suggest trying to do away with the quotes if at all possible, even if you 
wind up with a full path to the setup.iss

arguments: "-s -f1 C:\\Users\\UserName\\Desktop\\Software\\setup.exe"

Jon
On Wednesday, 17 February 2016 11:29:02 UTC, Gerald Spencer wrote:
>
> Attempting to silently install a package using a response file and the 
> appropriate command line. 
>
> The command I need to run is:
>
>    - .\setup.exe -s f1".\setup.iss"
>
>
> What I need to enter into arguments is:
>
> - name: install software
>   win_package:
>     path: "C:\\Users\\UserName\\Desktop\\Software\\setup.exe"
>     product_id: {guid}
>     arguments: "-s -f1".\setup.iss""
>     
> I am unable to get the double quotes to pass through it seems. I've tried 
> various formats such as:
>
>    - ' "-s -f1".\setup.iss"" '
>    - ' -s -f1".\setup.iss" '
>    - "-s -f1'.\setup.iss' " 
>
>
> Help?
>

-- 
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/130896bb-b1d3-4502-b32d-8ef83f98ff70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to