Skip to content

Commit

Permalink
Merge pull request #368 from moonlies/master
Browse files Browse the repository at this point in the history
Fix 'dubious ownership' when installing prometheus exporter
  • Loading branch information
BrutalBirdie authored Nov 30, 2023
2 parents 40a7bed + c7c9532 commit 3a587a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tasks/monitoring/systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
notify:
- Restart monitoring service

- name: Change ownership directory
file:
path: "{{ bbb_monitoring_systemd_directory }}"
state: directory
owner: bbb-exporter
group: bbb-exporter
mode: "0755"

- name: Ensure pip is installed
apt:
name:
Expand Down

0 comments on commit 3a587a3

Please sign in to comment.