Skip to content

Commit

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

0 comments on commit 20b9af8

Please sign in to comment.