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

Commit d99c26a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/dashboards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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
32+
warn: false
3333
register: _download_dashboards
3434
until: _download_dashboards is succeeded
3535
retries: 5

0 commit comments

Comments
 (0)