beta
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
- name: shell
|
- name: shell
|
||||||
shell: cd {{ deploy_dir }}/conf && sed -i 's/runmode\s*=\s*.*/runmode = {{ runmode }}/' app.conf && sudo systemctl restart jx-callback
|
shell: cd {{ deploy_dir }}/conf && sed -i 's/runmode\s*=\s*.*/runmode = {{ runmode }}/' app.conf && sudo systemctl restart jx-callback
|
||||||
when : runmode == "rsm"
|
when : runmode == "rsm"
|
||||||
|
|
||||||
- name: shell
|
- name: shell
|
||||||
shell: cd {{ deploy_dir }}/conf && sed -i 's/runmode\s*=\s*.*/runmode = {{ runmode }}/' app.conf && sudo systemctl restart jx-callback-{{ runmode }}
|
shell: cd {{ deploy_dir }}/conf && sed -i 's/runmode\s*=\s*.*/runmode = {{ runmode }}/' app.conf && sudo systemctl restart jx-callback-{{ runmode }}
|
||||||
when: runmode != "rsm"
|
when: runmode != "rsm"
|
||||||
Reference in New Issue
Block a user