mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-09-13 09:31:11 +02:00
Merge pull request #239 from C0rn3j/patch-1
Fix broken conditionals in create-cert-standalone.yml
This commit is contained in:
commit
d35de757e0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user