Skip to content

Commit

Permalink
Fix grafana dashboard import - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zxyz committed Sep 11, 2023
1 parent 571615b commit 6604674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/grafana/tasks/dashboards.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
- name: "Create local grafana dashboard directory"
become: false
delegate_to: localhost
run_once: true
ansible.builtin.tempfile:
state: directory
register: __tmp_dashboards
Expand Down

0 comments on commit 6604674

Please sign in to comment.