Hi,
I am getting below error when i am trying to connect to my target server
fatal: [hostname]: FAILED! => {“changed”: false, “module_stderr”: “Connection to hostname closed.\r\n”, “module_stdout”: " File "/home/gopa/.ansible/tmp/ansible-tmp-1595866958.593897-39491564121298/AnsiballZ_setup.py", line 39\r\n with open(module, ‘wb’) as f:\r\n ^\r\nSyntaxError: invalid syntax\r\n", “msg”: “MODULE FAILURE\nSee stdout/stderr for the exact error”, “rc”: 1}
My target having python 2.7.2 version.
Also i tried by setting remote_tmp = /tmp/ansible-$USER. Also getting the same issue.
Please help