mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
Use AWX python interpreter for failure-event-handler.
python3 isn't in the normal path when using SCLs.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/awx-python
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import signal
|
import signal
|
||||||
|
|||||||
Reference in New Issue
Block a user