Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-01 08:40:17 +08:00 committed by GitHub
parent 8db3b5a126
commit 58a3420c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,11 @@
- name: Delete {{appname}} dir for sec_installation
shell: rm -rf {{installpath}}/{{appname}}
- name: Clone {{appname}} in Websoft9
git:
repo: "https://github.com/Websoft9/docker-{{appname}}.git"
dest: "{{installpath}}/{{appname}}"
- name: Docker compose up
shell: |
docker compose up -d