-
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 ?