Remove redundant part of job name
"Ansible" will be inserted automatically
This commit is contained in:
parent
e3089c71c9
commit
8746080b2b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
- name: "Postfix | Setup cron job for pflogsum"
|
- name: "Postfix | Setup cron job for pflogsum"
|
||||||
ansible.builtin.cron:
|
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 }}
|
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"
|
hour: "06"
|
||||||
minute: "24"
|
minute: "24"
|
||||||
|
|
Loading…
Reference in a new issue