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