From 191241c26c27e998a9c130c456f0cee5843fdc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 16 Oct 2024 10:53:26 +0800 Subject: [PATCH] 1 --- deploy/ansible.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index f80a37ffe..490329762 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -40,8 +40,4 @@ - 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 == "jxgy" - - - 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 == "jxpet" \ No newline at end of file + when: runmode == "beta"