Skip to content

Commit

Permalink
fix: tsdb is not part of archive anymore, drop it from fs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Feb 14, 2022
1 parent 12cb518 commit 9f23383
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
- Restart prometheus
loop:
- prometheus
- tsdb
- promtool
copy:
src: "/usr/local/src/prometheus-{{ prometheus_version }}.linux-amd64/{{ item }}"
Expand All @@ -140,6 +139,13 @@
tags:
- prometheus

- name: Drop tsdb binary
file:
path: /usr/bin/tsdb
state: absent
tags:
- prometheus

- name: Write general config
notify:
- Restart prometheus
Expand Down

0 comments on commit 9f23383

Please sign in to comment.