mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-26 12:33:09 +08:00
11 lines
191 B
YAML
11 lines
191 B
YAML
|
- name: Install {{appname}}
|
||
|
include_tasks: tasks/install.yml
|
||
|
vars:
|
||
|
app: "mongocompass"
|
||
|
|
||
|
- name: wait for mongocompass start
|
||
|
wait_for:
|
||
|
port: "9090"
|
||
|
delay: 10
|
||
|
timeout: 30
|