mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Fix an issue where we wouldn't attempt to color job output in production environments
This commit is contained in:
@@ -310,6 +310,10 @@ ANSIBLE_HOST_KEY_CHECKING = False
|
|||||||
# slow.
|
# slow.
|
||||||
ANSIBLE_PARAMIKO_RECORD_HOST_KEYS = False
|
ANSIBLE_PARAMIKO_RECORD_HOST_KEYS = False
|
||||||
|
|
||||||
|
# Force ansible in color even if we don't have a TTY so we can properly colorize
|
||||||
|
# output
|
||||||
|
ANSIBLE_FORCE_COLOR = True
|
||||||
|
|
||||||
# Additional environment variables to be passed to the subprocess started by
|
# Additional environment variables to be passed to the subprocess started by
|
||||||
# the celery task.
|
# the celery task.
|
||||||
AWX_TASK_ENV = {}
|
AWX_TASK_ENV = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user