Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-21 17:47:36 +08:00 committed by GitHub
parent 751e84d7ae
commit 03df2b2e81
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: "wordpress"
- name: wait for {{appname}} start
wait_for:
port: "{{nginx_reverse_proxy_port}}"
delay: 10
timeout: 120