diff options
Diffstat (limited to 'roles/web')
-rw-r--r-- | roles/web/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/web/tasks/main.yml b/roles/web/tasks/main.yml index 0bc6466..905c60e 100644 --- a/roles/web/tasks/main.yml +++ b/roles/web/tasks/main.yml @@ -98,7 +98,7 @@ lineinfile: path: /etc/newsyslog.conf regexp: '^#?/var/log/acme.sh.log' - line: "/var/log/acme.sh.log acme:acme 640 90 * @T00 Z" + line: "/var/log/acme.sh.log acme:acme 640 7 100 * Z" tags: acme - name: acme.sh - generate issue script |