Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit 69a7752

Browse files
authored
Update dashboards.yml
1 parent a7b9da0 commit 69a7752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/dashboards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
command: "curl --compressed https://grafana.com/api/dashboards/{{ item.dashboard_id }}/revisions/{{ item.revision_id }}/download -o /tmp/dashboards/{{ item.dashboard_id }}.json"
3030
args:
3131
creates: "/tmp/dashboards/{{ item.dashboard_id }}.json"
32+
warn: False
3233
register: _download_dashboards
3334
until: _download_dashboards is succeeded
3435
retries: 5

0 commit comments

Comments
 (0)