Kaynağa Gözat

add logrotate task

Norman S. 11 yıl önce
ebeveyn
işleme
d8153552b8
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4
    1
      roles/mailserver/tasks/z-push.yml

+ 4
- 1
roles/mailserver/tasks/z-push.yml Dosyayı Görüntüle

@@ -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…
İptal
Kaydet