Fix broken conditionals in create-cert-standalone.yml

This commit is contained in:
Martin
2025-07-28 10:01:44 +02:00
committed by GitHub
parent 3b3cc546d1
commit ef85f3e63d
+2 -2
View File
@@ -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: