From: Lorin Hochstein Date: Mon, 9 Jan 2017 02:37:10 +0000 (-0800) Subject: remove spaces X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=eaffe42d7b0de7cccc925b0d7ac09349ba6a6e90;p=ansiblebook.git remove spaces --- diff --git a/ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 b/ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 index e2c1102..a5f766f 100644 --- a/ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 +++ b/ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 @@ -3,7 +3,7 @@ command={{ mezzanine_venv_path }}/bin/gunicorn -c gunicorn.conf.py -p gunicorn.p directory={{ mezzanine_proj_path }} user={{ mezzanine_user }} autostart=true -stdout_logfile = /home/{{ mezzanine_user }}/logs/{{ mezzanine_proj_name }}_supervisor +stdout_logfile=/home/{{ mezzanine_user }}/logs/{{ mezzanine_proj_name }}_supervisor autorestart=true redirect_stderr=true environment=LANG="{{ locale }}",LC_ALL="{{ locale }}",LC_LANG="{{ locale }}"