mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update main.yml
This commit is contained in:
parent
bd5e224cb8
commit
ead77d9aaf
@ -3,6 +3,11 @@
|
||||
src: create_users.sh
|
||||
dest: /opt/create_users.sh
|
||||
|
||||
- name: Install {{appname}}
|
||||
include_tasks: tasks/install.yml
|
||||
vars:
|
||||
app: "metabase"
|
||||
|
||||
- name: wait for {{appname}} start
|
||||
wait_for:
|
||||
port: "{{nginx_reverse_proxy_port}}"
|
||||
|
Loading…
Reference in New Issue
Block a user