Update main.yml
This commit is contained in:
parent
89c41b8f9f
commit
71c370f648
1 changed files with 1 additions and 7 deletions
|
@ -1,10 +1,4 @@
|
||||||
- name: Install {{appname}}
|
- name: Install {{appname}}
|
||||||
include_tasks: tasks/install.yml
|
include_tasks: tasks/install.yml
|
||||||
vars:
|
vars:
|
||||||
app: "Template"
|
app: "espocrm"
|
||||||
|
|
||||||
- name: wait for {{appname}} start
|
|
||||||
wait_for:
|
|
||||||
port: "{{nginx_reverse_proxy_port}}"
|
|
||||||
delay: 10
|
|
||||||
timeout: 120
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue