- name: Install {{appname}}
include_tasks: tasks/install.yml
vars:
app: "pgadmin"
- name: wait for pgadmin start
wait_for:
port: "9090"
delay: 10
timeout: 30