Skip to content

Commit

Permalink
system: remove old traefik logrotate cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Dec 11, 2023
1 parent b787229 commit d7174f1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions roles/system/tasks/subtasks/logrotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@
path: "/etc/logrotate.d/{{ item.path }}"
marker: "### SALTBOX MANAGED BLOCK - {mark} ###"
block: "{{ item.content }}"
create: true
create: yes
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 d7174f1

Please sign in to comment.