ansible-roles/postgresql/tasks/logrotate.yml
Jérémy Lecour ee21973371 Use FQCN
Fully Qualified Collection Name
2023-03-20 23:33:19 +01:00

7 lines
149 B
YAML

---
- name: logrotate configuration
ansible.builtin.copy:
src: logrotate_postgresql
dest: /etc/logrotate.d/postgresql-common
force: no