diff --git a/tasks/postfix.yml b/tasks/postfix.yml index 5fffeb4..f981469 100644 --- a/tasks/postfix.yml +++ b/tasks/postfix.yml @@ -71,7 +71,7 @@ - name: "Postfix | Setup cron job for pflogsum" ansible.builtin.cron: - name: "Ansible: Daily pflogsum statistics" + name: "Daily pflogsum statistics" job: /usr/sbin/pflogsumm --detail 8 --problems-first --no-no-msg-size --reject-detail 12 /var/log/mail.log.1 | mail -s "{{ postfix_pflogsum_mail_subject }} ({{ inventory_hostname }})" {{ postfix_pflogsum_recipient }} hour: "06" minute: "24"