diff --git a/playbooks/roles/reprepro/tasks/main.yaml b/playbooks/roles/reprepro/tasks/main.yaml index 916f6578c1..6f60848b92 100644 --- a/playbooks/roles/reprepro/tasks/main.yaml +++ b/playbooks/roles/reprepro/tasks/main.yaml @@ -53,7 +53,7 @@ include_role: name: logrotate vars: - logrotate_file_name: '/var/log/reprepro/*' + logrotate_file_name: '/var/log/reprepro/*.log' logrotate_config_file_name: 'reprepro' logrotate_frequency: 'weekly'