Skip to content

Commit 549ca65

Browse files
Remove replaced "scrapes" folder
Signed-off-by: Leonhard Mayr <[email protected]>
1 parent b7cbef8 commit 549ca65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/prometheus/tasks/configure.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,8 @@
171171
- prometheus_configure
172172
notify:
173173
- reload prometheus
174+
175+
- name: Remove "scrapes" folder replaced by "scrape_configs"
176+
ansible.builtin.file:
177+
path: "{{ prometheus_config_dir }}/scrapes"
178+
state: absent

0 commit comments

Comments
 (0)