Skip to content
Snippets Groups Projects
Unverified Commit e1308397 authored by Jeff Geerling's avatar Jeff Geerling Committed by GitHub
Browse files

Merge pull request #62 from mbiberhofer/master

Fixed syntax issue in main/defaults.yml
parents 974fc81c 260a8522
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment