Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-19 17:40:53 +08:00 committed by GitHub
parent b0c57d8d53
commit 1422e770c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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