Skip to content

Commit

Permalink
Fix grafana dashboard import - part 2 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Ishan Jain <[email protected]>
  • Loading branch information
zxyz and ishanjainn authored Sep 12, 2023
1 parent f3d2e6d commit 83d0849
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 83d0849

Please sign in to comment.