Skip to content

Commit

Permalink
fix: Uninstall Loki and Mimir (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
voidquark authored May 6, 2024
2 parents db72dd1 + 20d291b commit 1b071e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/loki/tasks/uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
ansible.builtin.apt:
name: "loki"
state: absent
purge: true
when: ansible_os_family == 'Debian'

- name: Ensure that Loki firewalld rule is not present - tcp port {{ loki_http_listen_port }}
Expand Down
1 change: 1 addition & 0 deletions roles/mimir/tasks/uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
ansible.builtin.apt:
name: "mimir"
state: absent
purge: true
when: ansible_os_family == 'Debian'

- name: Ensure that Mimir firewalld rule is not present - tcp port {{ mimir_http_listen_port }}
Expand Down

0 comments on commit 1b071e1

Please sign in to comment.