Unarchive module

Hi Team,

below code failing. Any help would be appreciated

  • name: unarchive the patch
    unarchive:
    src: ***********
    dest: **********
    remote_src: yes

zip file is 1.5 gb
error is msg: “fail to connect host to host vis ssh:…”
other few files are unzipping without issue
Ansible version: >2.9
platform: Redhat

Hi Team,

below code failing. Any help would be appreciated

- name: unarchive the patch
unarchive:
src: ***********
dest: **********
remote_src: yes

zip file is 1.5 gb
error is msg: "fail to connect host to host vis ssh:...."
other few files are unzipping without issue
Ansible version: >2.9
platform: Redhat

The target server might not have enough resources to unpack the archive.

Regards

        Racke

Any help would be appreciated !

Any help would be appreciated !

Really?
Did you try the suggestion of the previous poster about the resources?

It got resolved, Actually it was a permission issue.

Thanks