From c9c0ab84bec01edae598975b1ead07da4909c535 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Mon, 24 May 2021 21:08:27 +0200 Subject: [PATCH] Remove log for cron --- tasks/install-Debian-letsencrypt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/install-Debian-letsencrypt.yml b/tasks/install-Debian-letsencrypt.yml index 8310707..24c98f5 100644 --- a/tasks/install-Debian-letsencrypt.yml +++ b/tasks/install-Debian-letsencrypt.yml @@ -21,7 +21,7 @@ minute: 30 hour: 2 user: root - job: "certbot renew >> /var/log/le-renew.log" + job: "certbot renew >/dev/null 2>&1" tags: - letsencrypt @@ -32,7 +32,7 @@ minute: 00 hour: 9 user: root - job: "/bin/systemctl reload nginx" + job: "/bin/systemctl reload nginx >/dev/null 2>&1" tags: - letsencrypt