Update main.yml

This commit is contained in:
qiaofeng1227 2022-12-10 09:01:22 +08:00 committed by GitHub
parent 15118a5e32
commit 4986732a54
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: "pgadmin"
- name: wait for pgadmin start
wait_for:
port: "9090"
delay: 10
timeout: 30