Skip to content

Commit cfc57db

Browse files
author
Matt Pryor
authored
Remove warn parameter for ansible>=2.14 (#286)
1 parent 5682902 commit cfc57db

File tree

1 file changed

+0
-1
lines changed
  • ansible/roles/grafana-dashboards/tasks

1 file changed

+0
-1
lines changed

ansible/roles/grafana-dashboards/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
-o {{ _tmp_dashboards.path }}/{{ item.dashboard_id }}.json
4040
args:
4141
creates: "{{ _tmp_dashboards.path }}/{{ item.dashboard_id }}.json"
42-
warn: false
4342
register: _download_dashboards
4443
until: _download_dashboards is succeeded
4544
retries: 5

0 commit comments

Comments
 (0)