From ffa12d63809f30325af0676971746662975f7fbe Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 13 Jul 2021 07:55:37 -0500 Subject: [PATCH] FreeBSD is complaining about certbot not having dict object stdout. This whole playbook is supposed to be skipped though, lol. --- tasks/server/cron/certbot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/server/cron/certbot.yml b/tasks/server/cron/certbot.yml index 5a83f1a..66ef877 100644 --- a/tasks/server/cron/certbot.yml +++ b/tasks/server/cron/certbot.yml @@ -12,4 +12,5 @@ job: "{{ certbot.stdout }} renew" special_time: weekly state: present - disabled: no \ No newline at end of file + disabled: no + when: certbot is defined \ No newline at end of file