ansible-roles/nginx/tasks/logrotate.yml

11 lines
153 B
YAML
Raw Normal View History

---
2018-01-02 19:38:12 +01:00
- name: logrotate configuration
copy:
src: logrotate_nginx
dest: /etc/logrotate.d/nginx
force: no
2018-01-02 19:38:12 +01:00
tags:
- nginx
- logrotate