Merge pull request #62 from mbiberhofer/master

Fixed syntax issue in main/defaults.yml
pull/66/head 3.0.2
Jeff Geerling 6 years ago committed by GitHub
commit e130839734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      defaults/main.yml

@ -18,9 +18,10 @@ certbot_certs: []
# - domains:
# - example3.com
certbot_create_command: >-
"{{ certbot_script }} certonly --standalone --noninteractive --agree-tos
{{ certbot_script }} certonly --standalone --noninteractive --agree-tos
--email {{ cert_item.email | default(certbot_admin_email) }}
-d {{ cert_item.domains | join(',') }}"
-d {{ cert_item.domains | join(',') }}
certbot_create_standalone_stop_services:
- nginx
# - apache

Loading…
Cancel
Save