Skip to content

Commit

Permalink
fix: make folder executable
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Sep 23, 2024
1 parent e26c2ca commit 9311332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
- name: Make sure grafana dashboard folder exists
ansible.builtin.file:
path: /var/lib/grafana/dashboards
mode: '0660'
mode: '0770'
state: directory
owner: grafana
group: grafana
Expand Down

0 comments on commit 9311332

Please sign in to comment.