Update main.yml

This commit is contained in:
qiaofeng1227 2022-11-22 09:28:21 +08:00 committed by GitHub
parent eeb0253aa9
commit 7d9e141702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@
- name: Create a file as the identity file
shell: |
touch /data/wwwroot/mingdao/installer/first
ln -sf /data/wwwroot/mingdao/installer /usr/local/MDPrivateDeployment
touch /data/apps/mingdao/installer/first
ln -sf /data/apps/mingdao/installer /usr/local/MDPrivateDeployment
- name: Pull mingdao docker image & change tag for automatic installation
shell: |
@ -31,7 +31,7 @@
- name: Download mingdao installation tool from {{mingdao_download_url}}
shell: |
curl {{mingdao_download_url}} | tar xvz -C /data/wwwroot/mingdao/installer
curl {{mingdao_download_url}} | tar xvz -C /data/apps/mingdao/installer
args:
chdir: /tmp