aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt/tasks/domain.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/letsencrypt/tasks/domain.yml')
-rw-r--r--roles/letsencrypt/tasks/domain.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/letsencrypt/tasks/domain.yml b/roles/letsencrypt/tasks/domain.yml
index d3cb50a..636230a 100644
--- a/roles/letsencrypt/tasks/domain.yml
+++ b/roles/letsencrypt/tasks/domain.yml
@@ -6,7 +6,7 @@
block:
- name: Cache domain list
ansible.builtin.template:
- src: domain_list.txt
+ src: domain_list.txt.j2
dest: '/etc/letsencrypt/.domains_{{ certificate_name }}.txt'
owner: root
group: root