Skip to content

Commit

Permalink
Access domains value in letsencrypt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrantedev authored Jul 23, 2022
1 parent d24a1b6 commit 1e777b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/letsencrypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
command: |
certbot{{ '-auto' if nginx_revproxy_certbot_auto else '' }} certonly
--webroot -w /var/www/{{ item.key }}
-d {{ item.value.domains | join(' -d ') }}
-d {{ item.value.domains.value | join(' -d ') }}
--email {{ item.value.letsencrypt_email }}
--non-interactive --cert-name {{ item.key }}
--agree-tos creates=/etc/letsencrypt/live/{{ item.key }}/fullchain.pem
Expand Down

0 comments on commit 1e777b1

Please sign in to comment.