Update main.yml

This commit is contained in:
qiaofeng1227 2022-10-25 14:44:02 +08:00 committed by GitHub
parent f7c43048d1
commit ea46afcb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,4 @@
- name: Install {{appname}}
include_tasks: tasks/install.yml
vars:
app: "Template"
- name: wait for {{appname}} start
wait_for:
port: "{{nginx_reverse_proxy_port}}"
delay: 10
timeout: 120
app: "runtime"