Compare commits

..

3 Commits

Author SHA1 Message Date
Eugene Mazhora
4cf43610f4
Merge 730ede0618d2ef3f54e678ea21eec97474b18606 into d35de757e01902399e685c2b344823ebc09b3372 2025-08-19 10:16:26 +03:00
Jeff Geerling
d35de757e0
Merge pull request #239 from C0rn3j/patch-1
Fix broken conditionals in create-cert-standalone.yml
2025-08-19 00:52:32 -04:00
Martin
ef85f3e63d
Fix broken conditionals in create-cert-standalone.yml 2025-07-28 10:01:44 +02:00

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: