From 688bc4c1efc6f8731f4e5b6644e77bd809f7cd19 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 13 Jul 2021 08:01:16 -0500 Subject: [PATCH] FreeBSD 13 is still mad. Ansible 2.11.2, jinja 2.11.2 (same version number??), Python 3.8.10. --- tasks/server/cron/certbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/server/cron/certbot.yml b/tasks/server/cron/certbot.yml index 66ef877..edc1792 100644 --- a/tasks/server/cron/certbot.yml +++ b/tasks/server/cron/certbot.yml @@ -13,4 +13,4 @@ special_time: weekly state: present disabled: no - when: certbot is defined \ No newline at end of file + when: certbot is defined and certbot.stdout is defined \ No newline at end of file