diff options
Diffstat (limited to 'roles/letsencrypt/templates/domain_list.txt.j2')
-rw-r--r-- | roles/letsencrypt/templates/domain_list.txt.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/letsencrypt/templates/domain_list.txt.j2 b/roles/letsencrypt/templates/domain_list.txt.j2 index d45c7f0..d37e0bd 100644 --- a/roles/letsencrypt/templates/domain_list.txt.j2 +++ b/roles/letsencrypt/templates/domain_list.txt.j2 @@ -1,5 +1,7 @@ {{ ansible_managed | comment }} +{{ letsencrypt_email }} +{{ letsencrypt_credentials_ini }} {% for domain in certificate_domains %} {{ domain }} {% endfor %} |