mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
Update main.yml
This commit is contained in:
parent
c2000064c9
commit
979088c25e
1 changed files with 8 additions and 2 deletions
|
@ -39,10 +39,16 @@
|
|||
args:
|
||||
chdir: /data/apps/mingdao/installer
|
||||
|
||||
- name: Copy mingdao
|
||||
template:
|
||||
src: init_without_docker.sh
|
||||
dest: /etc/profile.d/init_without_docker.sh
|
||||
|
||||
- name: Start mingdao
|
||||
shell: |
|
||||
cd /data/apps/mingdao/installer && bash ./service.sh start
|
||||
|
||||
source /etc/profile.d/init_without_docker.sh
|
||||
bash /etc/profile.d/init_without_docker.sh
|
||||
|
||||
# display version
|
||||
- name: Check mingdao version
|
||||
shell: >
|
||||
|
|
Loading…
Reference in a new issue