2015-05-28 11:32:57 +02:00
|
|
|
---
|
|
|
|
- name: Install a logrotate entry for the access log file
|
|
|
|
template: src=tomcat_access.logrotate.j2 dest=/etc/logrotate.d/tomcat_access owner=root group=root mode=0644
|
|
|
|
when: tomcat_access_log_enabled
|
2016-03-02 16:44:43 +01:00
|
|
|
tags: tomcat
|
2015-05-28 11:32:57 +02:00
|
|
|
|