Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-08 17:00:21 +08:00 committed by GitHub
parent a84f91eba8
commit de1bbcea31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,8 @@
- name: Install {{appname}}
include_tasks: tasks/install.yml
vars:
app: "elk"
- name: wait for {{appname}} start
wait_for:
port: "{{nginx_reverse_proxy_port}}"