Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-18 15:25:29 +08:00 committed by GitHub
parent 71d2d1c11b
commit 099a5ce72a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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