Fix some tasks names.

This commit is contained in:
Andrea Dell'Amico 2021-12-05 14:48:37 +01:00
parent 23fc166578
commit cebfa1594e
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

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