mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-26 17:40:33 +00:00
Update install_without_docker.yml
This commit is contained in:
parent
a8a8f47c49
commit
e185de168c
1 changed files with 4 additions and 2 deletions
|
@ -8,5 +8,7 @@
|
|||
path: /data/apps/{{appname}}
|
||||
state: directory
|
||||
|
||||
- name: Save .env
|
||||
shell : wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/apps/roles/{{appname}}/templates/.env -O /data/apps/{{appname}}/.env
|
||||
- name: Save .env and init_without_docker.sh
|
||||
shell : |
|
||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/apps/roles/{{appname}}/templates/.env -O /data/apps/{{appname}}/.env
|
||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/apps/roles/{{appname}}/templates/init_without_docker.sh -O /data/apps/{{appname}}/init_without_docker.sh
|
||||
|
|
Loading…
Reference in a new issue