mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02: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_HOST_FILTER = r'^.+$'
|
||||||
RAX_EXCLUDE_EMPTY_GROUPS = True
|
RAX_EXCLUDE_EMPTY_GROUPS = True
|
||||||
|
|
||||||
INV_ENV_VARIABLE_BLACKLIST = ("HOME", "USER", "_")
|
INV_ENV_VARIABLE_BLACKLIST = ("HOME", "USER", "_", "TERM")
|
||||||
|
|
||||||
# ----------------
|
# ----------------
|
||||||
# -- Amazon EC2 --
|
# -- Amazon EC2 --
|
||||||
|
|||||||
Reference in New Issue
Block a user