ansible-roles/squid/tasks/logrotate.yml

7 lines
135 B
YAML
Raw Normal View History

---
- name: logrotate configuration
2017-03-14 18:06:07 +01:00
template:
src: logrotate.j2
2017-09-14 08:55:15 +02:00
dest: /etc/logrotate.d/{{ squid_daemon_name }}
force: no