We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5682902 commit cfc57dbCopy full SHA for cfc57db
ansible/roles/grafana-dashboards/tasks/main.yml
@@ -39,7 +39,6 @@
39
-o {{ _tmp_dashboards.path }}/{{ item.dashboard_id }}.json
40
args:
41
creates: "{{ _tmp_dashboards.path }}/{{ item.dashboard_id }}.json"
42
- warn: false
43
register: _download_dashboards
44
until: _download_dashboards is succeeded
45
retries: 5
0 commit comments