From cebfa1594e09cbd31db9a9a9328950c74d292f4f Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 5 Dec 2021 14:48:37 +0100 Subject: [PATCH] Fix some tasks names. --- tasks/postfix_pflogsumm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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