- 
  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/e426ec47-018f-48fc-a207-26e70e9b3bba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to