Skip to content
Snippets Groups Projects
Commit 2751b3fe authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Actually pass over environment variables

parent 823c8835
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ upgrade_pip_in_{{ project_name }}_venv:
cmd.run:
- name: {{ venv_config.path }}/bin/pip install --upgrade pip
- user: deployer
- env_vars:
- env:
LANG: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
LC_ALL: en_US.UTF-8
......@@ -55,7 +55,7 @@ install_requirements_in_{{ project_name }}_venv:
cmd.run:
- name: {{ venv_config.path }}/bin/pip install -r {{ venv_config.requirements }}
- user: deployer
- env_vars:
- env:
LANG: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
LC_ALL: en_US.UTF-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment