mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03: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 os
|
||||
import signal
|
||||
|
||||
Reference in New Issue
Block a user