Skip to content

Commit

Permalink
Remove replaced "scrapes" folder
Browse files Browse the repository at this point in the history
Signed-off-by: Leonhard Mayr <[email protected]>
  • Loading branch information
manzsolutions-lpr committed Oct 17, 2024
1 parent b7cbef8 commit 549ca65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/prometheus/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,8 @@
- prometheus_configure
notify:
- reload prometheus

- name: Remove "scrapes" folder replaced by "scrape_configs"
ansible.builtin.file:
path: "{{ prometheus_config_dir }}/scrapes"
state: absent

0 comments on commit 549ca65

Please sign in to comment.