From ef85f3e63df0e0f7e5a14a40e4b19d54db1039b9 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 28 Jul 2025 10:01:44 +0200 Subject: [PATCH] Fix broken conditionals in create-cert-standalone.yml --- tasks/create-cert-standalone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/create-cert-standalone.yml b/tasks/create-cert-standalone.yml index 4198d35..c04eb52 100644 --- a/tasks/create-cert-standalone.yml +++ b/tasks/create-cert-standalone.yml @@ -28,7 +28,7 @@ mode: 0750 when: - certbot_create_standalone_stop_services is defined - - certbot_create_standalone_stop_services + - certbot_create_standalone_stop_services is truthy - name: Create post hook to start services. template: @@ -39,7 +39,7 @@ mode: 0750 when: - certbot_create_standalone_stop_services is defined - - certbot_create_standalone_stop_services + - certbot_create_standalone_stop_services is truthy - name: Check if domains have changed block: