From b1af6a788f24da872d5c33efbd8f572617bc2958 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 31 May 2015 04:05:17 +0200 Subject: typo --- roles/common-web/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/common-web') diff --git a/roles/common-web/tasks/main.yml b/roles/common-web/tasks/main.yml index ac42af3..41cfa46 100644 --- a/roles/common-web/tasks/main.yml +++ b/roles/common-web/tasks/main.yml @@ -4,7 +4,7 @@ - name: Limit Nginx logging lineinfile: "dest=/etc/logrotate.d/nginx create=yes regexp='^\\s*rotate\\s' - line='\trotate 3'" + line='\trotate 1'" tags: - logrotate -- cgit v1.2.3