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:
parent
de738f39c1
commit
edf09e16c2
@ -39,7 +39,7 @@
|
||||
|
||||
- name: Configure logrotate for chill
|
||||
ansible.builtin.template:
|
||||
dest: /etc/logrotate/logrotate.d/chill
|
||||
dest: /etc/logrotate.d/chill
|
||||
src: logrotate/chill
|
||||
owner: root
|
||||
group: root
|
||||
|
Loading…
Reference in New Issue
Block a user