Skip to content

Commit

Permalink
system: cleanup old Traefik logrotate entry
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 19, 2023
1 parent b7775ab commit 9b4b90b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/system/tasks/subtasks/logrotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@
create: true
mode: "0644"
loop: "{{ logrotate_d_items }}"

- name: Logrotate | Remove '/etc/logrotate.d/traefik'
ansible.builtin.file:
path: /etc/logrotate.d/traefik
state: absent

0 comments on commit 9b4b90b

Please sign in to comment.