Merge branch 'master' of https://git.cccv.de/infra/ansible/roles/grafana
This commit is contained in:
commit
5db89b8676
1 changed files with 3 additions and 1 deletions
|
|
@ -64,7 +64,9 @@
|
|||
|
||||
- name: "Check if grafana is accessible."
|
||||
retries: 5
|
||||
delay: 3
|
||||
delay: 2
|
||||
register: result
|
||||
until: result is not failed
|
||||
uri:
|
||||
url: "{{ grafana.config.root_url|d('http://127.0.0.1') }}"
|
||||
method: GET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue