mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-11-21 06:21:05 +01:00
Compare commits
1 Commits
4cf43610f4
...
a604f0e638
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a604f0e638 |
@ -28,7 +28,7 @@
|
||||
mode: 0750
|
||||
when:
|
||||
- certbot_create_standalone_stop_services is defined
|
||||
- certbot_create_standalone_stop_services is truthy
|
||||
- certbot_create_standalone_stop_services
|
||||
|
||||
- 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 is truthy
|
||||
- certbot_create_standalone_stop_services
|
||||
|
||||
- name: Check if domains have changed
|
||||
block:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user