diff --git a/tasks/postfix_pflogsumm.yml b/tasks/postfix_pflogsumm.yml index 8e7cea2..ee9b81c 100644 --- a/tasks/postfix_pflogsumm.yml +++ b/tasks/postfix_pflogsumm.yml @@ -79,12 +79,12 @@ cron_file: pflogsumm_report state: present - - name: Create the pflogsumm report directory + - name: Remove the pflogsumm logs directory ansible.builtin.file: dest: '{{ postfix_pflogsumm_dir }}' state: absent - - name: Install the logrotate configuration for pflogsumm + - name: Remove the logrotate entry for pglogsumm ansible.builtin.file: dest: /etc/logrotate.d/pflogsumm state: absent