Merge "logrotate: fix removal of old config files"

This commit is contained in:
Zuul 2023-07-17 11:49:58 +00:00 committed by Gerrit Code Review
commit 9eb1b5a365

View File

@ -27,7 +27,7 @@
- name: Clear out potentially confusing config files
file:
state: absent
path: '{{ _old_logrotate_generated_config_file_name }}'
path: '/etc/logrotate.d/{{ _old_logrotate_generated_config_file_name }}'
- name: 'Install {{ logrotate_file_name }} rotatation config file'
template: