Commit a84a6e8d by Feanil Patel

Merge pull request #389 from edx/feanil/lang_var

Use the EDXAPP_LANG var which already exists.
parents 8458cc87 3dab67b0
......@@ -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