Browse Source

add logrotate task

Norman S. 11 years ago
parent
commit
d8153552b8
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      roles/mailserver/tasks/z-push.yml

+ 4
- 1
roles/mailserver/tasks/z-push.yml View File

@@ -35,4 +35,7 @@
35 35
 
36 36
 - name: Configure z-push apache alias and php settings
37 37
   copy: src=etc_apache2_conf.d_z-push.conf dest=/etc/apache2/conf.d/z-push.conf
38
-  notify: restart apache
38
+  notify: restart apache
39
+  
40
+- name: Configure z-push logrotate
41
+  copy: src=etc_logrotate_z-push dest=/etc/logrotate.d/z-push owner=root group=root mode=0644

Loading…
Cancel
Save