Jeremy Lecour
00fe225a3c
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2615|7|2608|177|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/278//ansiblelint">Evolix » ansible-roles » unstable #278</a>
gitea/ansible-roles/pipeline/head This commit looks good
6 lines
152 B
YAML
6 lines
152 B
YAML
---
|
|
- name: logrotate configuration
|
|
ansible.builtin.copy:
|
|
src: logrotate_postgresql
|
|
dest: /etc/logrotate.d/postgresql-common
|
|
force: false
|