From b19ec86cdf5fb5313adf1a25beaea7a9bb376028 Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Mon, 20 Jan 2020 21:04:12 +0100 Subject: [PATCH] Quote numeric values for cronjob --- roles/certbot/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml index 4c1c70a..e6ebc6e 100644 --- a/roles/certbot/tasks/main.yml +++ b/roles/certbot/tasks/main.yml @@ -30,8 +30,8 @@ cron: name: "Let's Encrypt certificate renewal" job: /usr/local/sbin/certbot-auto renew -q - hour: 6 - minute: 0 + hour: "6" + minute: "0" - name: populate service facts service_facts: