ansible-roles/nginx/tasks/logrotate.yml

11 lines
179 B
YAML
Raw 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
force: no
2018-01-02 19:38:12 +01:00
tags:
- nginx
- logrotate