Fix some tasks names.
This commit is contained in:
parent
23fc166578
commit
cebfa1594e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue