1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Use AWX python interpreter for failure-event-handler.

python3 isn't in the normal path when using SCLs.
This commit is contained in:
Bill Nottingham 2019-04-29 20:32:50 -04:00
parent 27d74528c0
commit 5d1346b956

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/awx-python
import sys
import os
import signal