mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-24 21:03:27 +00:00
Remove replaced "scrapes" folder
Signed-off-by: Leonhard Mayr <leonhard.mayr@manz.at>
This commit is contained in:
parent
b7cbef892e
commit
549ca653fa
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue