Remove replaced "scrapes" folder

Signed-off-by: Leonhard Mayr <leonhard.mayr@manz.at>
This commit is contained in:
Leonhard Mayr 2024-10-16 16:26:24 +02:00
parent b7cbef892e
commit 549ca653fa
No known key found for this signature in database

View file

@ -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