Really remove the pflogsumm cron job.

This commit is contained in:
Andrea Dell'Amico 2021-12-05 15:29:30 +01:00
parent cebfa1594e
commit 9619b81a3b
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 7 deletions

View File

@ -71,13 +71,9 @@
- name: Remove the pflogsum configuration
block:
- name: Remove the pflogsum cron job
ansible.builtin.cron:
name: pflogsumm report
user: root
job: /usr/local/sbin/pflogsumm_report
special_time: daily
cron_file: pflogsumm_report
state: present
ansible.builtin.file:
dest: /etc/cron.d/pflogsumm_report
state: absent
- name: Remove the pflogsumm logs directory
ansible.builtin.file: