From c7f35cd6a3184c54273111ab92391f207f8f119e Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 31 Jul 2018 15:25:00 +0800 Subject: [PATCH] - rumode. --- deploy/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index 1d88157f7..2df77e050 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -17,4 +17,4 @@ group: ubuntu mode: 0555 - name: shell - shell: cd /jxdata/jx-callback/conf && sed -i 's/runmode\s*=\s*.*/runmode ={{ runmode }}/' app.conf && sudo systemctl restart jx-callback + shell: cd /jxdata/jx-callback/conf && sed -i 's/runmode\s*=\s*.*/runmode = {{ runmode }}/' app.conf && sudo systemctl restart jx-callback