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"