Commit 3dab67b0 by Feanil Patel

Use the EDXAPP_LANG var which already exists.

parent 8458cc87
......@@ -143,7 +143,7 @@ edxapp_workers:
# TODO: old style variable syntax is necessary
# here until ansible 1.4
edxapp_deploy_environment:
LANG: "en_US.UTF-8"
LANG: $EDXAPP_LANG
NO_PREREQ_INSTALL: 1
SKIP_WS_MIGRATIONS: 1
RBENV_ROOT: $edxapp_rbenv_root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment