I have some vendor software where I am trying to uninstall (following their 
procedure) by obtaining the uninstall command and install location from the 
windows registry.  I do this by querying win_reg_stat and storing result in 
two facts.   I am then trying to execute the variable via win_shell and 
win_command in various guises but with no success.  Even stripping it back 
to the bare uninstall command with no parameters is proving difficult  eg


win_shell: "{{ uninstall }}" 
args:
    executable: cmd

or

win_command: "{{ uninstall}}"


Worth noting, the registry variable contain spaces in the directory path(eg 
C:\Program Files x86\blah\blah\uninstall).

I have tried various combinations of \", ' characters but seem 
unsuccessful.  

Anyone got a working example of executing a DOS command when defined as a 
variable with spaces in its directory path?

Thanks
Gareth




-- 
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/fda18908-f06f-4979-bb5a-9ed3b056d30e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to