Skip to content

Commit

Permalink
Update defaults/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Geerling <[email protected]>
  • Loading branch information
simonspa and geerlingguy committed Nov 22, 2021
1 parent 52a96f9 commit 2cad2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cad2ad

Please sign in to comment.