Does install_base_path exist?

On Monday, 7 March 2016 14:01:28 UTC, Deepa Yr wrote:
>
> - 
>   name: "Unpack license into Client install"
>   win_unzip: 
>     dest: "{{ install_path }}\\"
>     src: "{{ install_base_path }}\\Bundles.zip"
>
> Path {{ install_path }}\\ already exists.
>
> When above code is executed, getting this error 
>
> fatal: []: FAILED! => {"changed": false, "failed": true, "invocation": 
> {"module_name": "win_unzip"}, "msg": "Error unzipping C:\\\\Bundles.zip to 
> C:\\client\\! Msg: You cannot call a method on a null-valued expression."}
>
> Any help here in resolving this ?
>

-- 
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/8d2c47b0-c9bd-408e-bca0-9b4a21401bd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to