Skip to content
Snippets Groups Projects
Commit e975b5e3 authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

Merge pull request #6 from SoInteractive/fix_race_condition

add wait_for
parents 1fe653e5 0e436b3f
Branches
Tags 0.3.2 0.3.3
No related merge requests found
......@@ -15,6 +15,11 @@
delegate_to: localhost
with_items: "{{ grafana_dashboards }}"
- name: Wait for grafana to start
wait_for:
host: "{{ grafana_address }}"
port: "{{ grafana_port }}"
- name: import grafana dashboards
uri:
url: "{{ grafana_url }}/api/dashboards/db"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment