TASK [Send Job completion notification to MS Teams] ****************************
task path: /var/lib/awx/projects/_6__innersource_cio_config_mgmt/playbooks/mssql/SQLE_Service_Status.yml:15
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: awx
<localhost> EXEC /bin/sh -c 'echo ~awx && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/lib/awx/.ansible/tmp/ansible-tmp-1544892619.83-135217386386436 `" && echo ansible-tmp-1544892619.83-135217386386436="` echo /var/lib/awx/.ansible/tmp/ansible-tmp-1544892619.83-135217386386436 `" ) && sleep 0'
Using module file /var/lib/awx/venv/custom-venv/lib/python2.7/site-packages/ansible/modules/commands/command.py
<localhost> PUT /var/lib/awx/.ansible/tmp/ansible-local-3LdqDbo/tmpLJ0CAV TO /var/lib/awx/.ansible/tmp/ansible-tmp-1544892619.83-135217386386436/AnsiballZ_command.py
<localhost> EXEC /bin/sh -c 'chmod u+x /var/lib/awx/.ansible/tmp/ansible-tmp-1544892619.83-135217386386436/ /var/lib/awx/.ansible/tmp/ansible-tmp-1544892619.83-135217386386436/AnsiballZ_command.py && sleep 0'
<localhost> EXEC /bin/sh -c '/var/lib/awx/venv/custom-venv/bin/python /var/lib/awx/.ansible/tmp/ansible-tmp-1544892619.83-135217386386436/AnsiballZ_command.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /var/lib/awx/.ansible/tmp/ansible-tmp-1544892619.83-135217386386436/ > /dev/null 2>&1 && sleep 0'
fatal: [WinTest4143-> localhost]: FAILED! => {
"changed": true,
"cmd": [
"/usr/bin/python",
"/tmp/ansiblescripts/MSTeamsNotifications.pyc"
],
"delta": "0:00:00.022198",
"end": "2018-12-15 16:50:20.371504",
"invocation": {
"module_args": {
"_raw_params": "/usr/bin/python /tmp/ansiblescripts/MSTeamsNotifications.pyc",
"_uses_shell": false,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 2,
"start": "2018-12-15 16:50:20.349306",
"stderr": "/usr/bin/python: can't open file '/tmp/ansiblescripts/MSTeamsNotifications.pyc': [Errno 2] No such file or directory",
"stderr_lines": [
"/usr/bin/python: can't open file '/tmp/ansiblescripts/MSTeamsNotifications.pyc': [Errno 2] No such file or directory"
],
"stdout": "",
"stdout_lines": []
}