ansible-roles/nginx/tasks/logrotate.yml

11 lines
182 B
YAML
Raw Permalink Normal View History

---
2018-01-02 19:38:12 +01:00
2021-10-02 09:35:17 +02:00
- name: Logrotate is configured for Nginx
ansible.builtin.copy:
src: logrotate_nginx
dest: /etc/logrotate.d/nginx
2023-06-28 13:22:59 +02:00
force: false
2018-01-02 19:38:12 +01:00
tags:
- nginx
- logrotate