Skip to content

Commit

Permalink
fix: fix graphite dir permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Sep 18, 2024
1 parent ce7be8d commit 85b1a23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
group: icingaweb2
state: link

- name: Ensure Icingaweb can write graphite config
ansible.bultin.file:
path: /usr/share/icingaweb2/modules/graphite
state: directory
mode: '0775'

- name: Create a symbolic link for module graphite
ansible.builtin.file:
src: /usr/share/icingaweb2/modules/graphite
Expand Down

0 comments on commit 85b1a23

Please sign in to comment.