mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
11 lines
218 B
YAML
11 lines
218 B
YAML
- name: Install {{appname}}
|
|
include_tasks: tasks/install.yml
|
|
vars:
|
|
app: "odoo"
|
|
|
|
- name: wait for {{appname}} start
|
|
wait_for:
|
|
port: "{{nginx_reverse_proxy_port}}"
|
|
delay: 10
|
|
timeout: 120
|