mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Filter TERM from variables pushed into the launch shell environment
This commit is contained in:
@@ -354,7 +354,7 @@ RAX_GROUP_FILTER = r'^(?!instance-.+).+$'
|
||||
RAX_HOST_FILTER = r'^.+$'
|
||||
RAX_EXCLUDE_EMPTY_GROUPS = True
|
||||
|
||||
INV_ENV_VARIABLE_BLACKLIST = ("HOME", "USER", "_")
|
||||
INV_ENV_VARIABLE_BLACKLIST = ("HOME", "USER", "_", "TERM")
|
||||
|
||||
# ----------------
|
||||
# -- Amazon EC2 --
|
||||
|
||||
Reference in New Issue
Block a user