mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Update defaults/main.yml
Co-authored-by: Jeff Geerling <geerlingguy@mac.com>
This commit is contained in:
parent
52a96f9bde
commit
2cad2addcd
@ -59,7 +59,7 @@ certbot_keep_updated: true
|
||||
# Where to put Certbot when installing from source.
|
||||
certbot_dir: /opt/certbot
|
||||
|
||||
# Restart this service after successfull certificate creation:
|
||||
# Restart this service after successful certificate creation:
|
||||
certbot_deployhook: |
|
||||
{% for service in certbot_create_standalone_stop_services %}
|
||||
if systemctl list-unit-files | grep -q "^{{ service }}.service"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user