Synchronise module not working

Hi All

I was trying to 2gb file from ansible controller to ansible node where am using copy / synchronize module and my all playbooks are working fine in the ansible cli, when it comes to ansible tower am getting below error.

Private key added and Password too.

Node is able to ping from the tower successfully.

Kindly help what could be the issue.

Error:

fatal: [ p01lap095.corp.tet.tst ]: FAILED! => {

“changed”: false,

“cmd”: “sshpass -d8 /usr/bin/rsync --delay-updates -F --compress --archive --rsh=/usr/bin/ssh -S none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null --out-format=<>%i %n%L /opt/tibco/image/binaries.tar tibco@ p01lap095.corp.tet.tst :/opt/tibco”,

“invocation”: {

“module_args”: {

“_local_rsync_password”: “VALUE_SPECIFIED_IN_NO_LOG_PARAMETER”,

“_local_rsync_path”: “rsync”,

“_substitute_controller”: false,

Can anyone please reply on this ?

Hey,
could you please add the whole Task including Arguments? Also have you specified (in Project or anywhere else) a ansible.cfg for Tower?

Kind Regards
Nico