Hi Everyone,
I have been using this command:
raw: ‘C:\ZoneSense 15.24.0.335.exe /S’ on ansible 1.9.4 versions and it was working. But after I updated to ansible 2.0, I keep getting the below error:
fatal: [uk-lon01-cs08.mirriad.corp]: FAILED! => {“changed”: false, “failed”: true, “invocation”: {“module_args”: {“raw_params": “"C:\teracopy.exe" /S”}, “module_name”: “raw”}, “rc”: 1, “stderr”: “#< CLIXML\r\n<Objs Version="1.1.0.1" xmlns="[http://schemas.microsoft.com/powershell/2004/04\](http://www.google.com/url?q=http%3A%2F%2Fschemas.microsoft.com%2Fpowershell%2F2004%2F04\&sa=D&sntz=1&usg=AFQjCNGXoSkxxwo2kA7fS7B3YfweFdaIGA)”><S S="Error">At line:1 char:20_x000D__x000A<S S="Error">+ "C:\teracopy.exe" /S_x000D__x000A_<S S="Error">+ ~x000D__x000A<S S="Error">You must provide a value expression following the ‘/’ operator.x000D__x000A<S S="Error">At line:1 char:20_x000D__x000A_<S S="Error">+ "C:\teracopy.exe" /S_x000D__x000A_<S S="Error">+ ~x000D__x000A<S S="Error">Unexpected token ‘S’ in expression or statement.x000D__x000A<S S="Error"> + CategoryInfo : ParserError: ( , ParentContainsErrorRecordException_x000D__x000A_<S S="Error"> + FullyQualifiedErrorId : ExpectedValueExpression_x000D__x000A_<S S="Error"> x000D__x000A”, “stdout”: “”, “stdout_lines”: }
I’m a newbie to ansible. Please don’t mind if this is a silly question.
Thanks,
Balaji