2017-01-03 16:50:46 +01:00
|
|
|
---
|
|
|
|
- name: logrotate configuration
|
2023-03-20 23:33:19 +01:00
|
|
|
ansible.builtin.copy:
|
2017-01-03 16:50:46 +01:00
|
|
|
src: logrotate_postgresql
|
2020-03-09 14:40:10 +01:00
|
|
|
dest: /etc/logrotate.d/postgresql-common
|
2023-06-28 13:22:59 +02:00
|
|
|
force: false
|