mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 17:10:27 +00:00
Update install.yml
This commit is contained in:
parent
c36ef8db01
commit
f76b6f568a
1 changed files with 7 additions and 4 deletions
|
@ -5,12 +5,15 @@
|
|||
- name: Git Clone app docker repository and change public IP
|
||||
block:
|
||||
- name: Delete {{app}} dir for Second installation
|
||||
shell: rm -rf {{installpath}}/{{app}}
|
||||
shell: rm -rf {{installpath}}/{{app}} {{installpath}}/library
|
||||
|
||||
- name: Clone {{app}} in Websoft9
|
||||
- name: Clone docker-library in Websoft9
|
||||
git:
|
||||
repo: "https://github.com/Websoft9/docker-{{app}}.git"
|
||||
dest: "{{installpath}}/{{app}}"
|
||||
repo: "https://github.com/Websoft9/docker-library.git"
|
||||
dest: "{{installpath}}/library"
|
||||
|
||||
- name: Clone app from libray
|
||||
shell: cp -r "{{installpath}}/library/apps/{{app}}" "{{installpath}}"
|
||||
|
||||
- name: Check APP_URL_REPLACE exists
|
||||
shell: |
|
||||
|
|
Loading…
Reference in a new issue