websoft9/apps/roles/pgadmin/tasks/main.yml

11 lines
181 B
YAML
Raw Normal View History

2022-07-14 13:48:01 +08:00
- name: Install {{appname}}
include_tasks: tasks/install.yml
vars:
app: "pgadmin"
- name: wait for pgadmin start
wait_for:
2022-07-16 10:36:56 +08:00
port: "9090"
2022-07-14 13:48:01 +08:00
delay: 10
timeout: 30