mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-26 09:30:27 +00:00
Update install.yml
This commit is contained in:
parent
cc004fb2ea
commit
82c9755330
1 changed files with 7 additions and 0 deletions
|
@ -41,6 +41,13 @@
|
|||
include_tasks: roles/{{app}}/tasks/pre.yml
|
||||
when: pre_exists.status is defined and pre_exists.status == 200
|
||||
|
||||
|
||||
- name: If this port in use, add a new port for this app
|
||||
shell: |
|
||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/auto_addport.sh
|
||||
bash auto_addport.sh
|
||||
when: app != appname
|
||||
|
||||
- block:
|
||||
- name: Docker compose up
|
||||
shell: |
|
||||
|
|
Loading…
Reference in a new issue