Hi Team,
Please help me on this below error. it is Ansible tower server.
TASK [tomcat_instance_create : Pull down keystore from git] ********************
task path: /var/lib/awx/projects/_128__tomcat_dev_yaml_b/roles/tomcat_instance_create/tasks/tomcat-ssl-install.yml:29
ESTABLISH LOCAL CONNECTION FOR USER: awx
EXEC /bin/bash -c ‘echo ~awx && sleep 0’
EXEC /bin/bash -c ‘( umask 77 && mkdir -p “echo /var/lib/awx/.ansible/tmp/ansible-tmp-1571718466.79-138975368572056
” && echo ansible-tmp-1571718466.79-138975368572056=“echo /var/lib/awx/.ansible/tmp/ansible-tmp-1571718466.79-138975368572056
” ) && sleep 0’
Using module file /usr/lib/python2.7/site-packages/ansible/modules/source_control/git.py
PUT /var/lib/awx/.ansible/tmp/ansible-local-3O21Dm7/tmprvDzaZ TO /var/lib/awx/.ansible/tmp/ansible-tmp-1571718466.79-138975368572056/AnsiballZ_git.py
EXEC /bin/bash -c ‘chmod u+x /var/lib/awx/.ansible/tmp/ansible-tmp-1571718466.79-138975368572056/ /var/lib/awx/.ansible/tmp/ansible-tmp-1571718466.79-138975368572056/AnsiballZ_git.py && sleep 0’
EXEC /bin/bash -c ‘/usr/bin/python2 /var/lib/awx/.ansible/tmp/ansible-tmp-1571718466.79-138975368572056/AnsiballZ_git.py && sleep 0’
EXEC /bin/bash -c ‘rm -f -r /var/lib/awx/.ansible/tmp/ansible-tmp-1571718466.79-138975368572056/ > /dev/null 2>&1 && sleep 0’
fatal: [chdtl1ap32.corpdev.transunion.com → localhost]: FAILED! => {
“changed”: false,
“cmd”: “/usr/bin/git clone --origin origin ‘https://api:********@git.transunion.com/scm/wbh/ansible_tomcat_dev_yamls.git’ /tmp/ansible/keystore”,
“invocation”: {
“module_args”: {
“accept_hostkey”: false,
“archive”: null,
“bare”: false,
“clone”: true,
“depth”: null,
“dest”: “/tmp/ansible/keystore”,
“executable”: null,
“force”: false,
“key_file”: null,
“recursive”: true,
“reference”: null,
“refspec”: null,
“remote”: “origin”,
“repo”: "https://api:xxxxxxxxxx@git.transunio…
PLAY RECAP *********************************************************************
xxxxxxxxx.com : ok=26 changed=0 unreachable=0 failed=1