From 6f848954d1d1c1fbd993b7ea927969bae1b8272a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 14 Oct 2020 09:36:28 +0800 Subject: [PATCH] beta --- deploy/ansible.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index 6b560fea8..cb5fe84c4 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -37,6 +37,7 @@ - name: shell shell: cd {{ deploy_dir }}/conf && sed -i 's/runmode\s*=\s*.*/runmode = {{ runmode }}/' app.conf && sudo systemctl restart jx-callback when : runmode == "rsm" + - name: shell shell: cd {{ deploy_dir }}/conf && sed -i 's/runmode\s*=\s*.*/runmode = {{ runmode }}/' app.conf && sudo systemctl restart jx-callback-{{ runmode }} when: runmode != "rsm" \ No newline at end of file