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