Skip to content

Commit

Permalink
Update mimir uninstall.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voidquark authored Apr 29, 2024
1 parent 20b9af8 commit 20d291b
Showing 1 changed file with 1 addition and 0 deletions.
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 20d291b

Please sign in to comment.