Remove redundant part of job name

"Ansible" will be inserted automatically
This commit is contained in:
phil 2023-03-20 21:45:09 +01:00
parent e3089c71c9
commit 8746080b2b

View file

@ -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"