Fix logrotate configuration file path for chill

Updated the destination path for the logrotate configuration file to the correct directory. This ensures proper placement under `/etc/logrotate.d/` and resolves potential misconfiguration issues.
This commit is contained in:
Julien Fastré 2025-01-13 11:21:20 +01:00
parent de738f39c1
commit edf09e16c2
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -39,7 +39,7 @@
- name: Configure logrotate for chill - name: Configure logrotate for chill
ansible.builtin.template: ansible.builtin.template:
dest: /etc/logrotate/logrotate.d/chill dest: /etc/logrotate.d/chill
src: logrotate/chill src: logrotate/chill
owner: root owner: root
group: root group: root