aboutsummaryrefslogtreecommitdiffstats
path: root/roles/web/templates/domains.txt.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/web/templates/domains.txt.j2')
-rw-r--r--roles/web/templates/domains.txt.j24
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/web/templates/domains.txt.j2 b/roles/web/templates/domains.txt.j2
deleted file mode 100644
index dd59388..0000000
--- a/roles/web/templates/domains.txt.j2
+++ /dev/null
@@ -1,4 +0,0 @@
-{% for domain in domains %}
-{{ domain.name }} {% for sub in domain.sub %} {{ sub }}.{{ domain.name }}{% endfor %}
-
-{% endfor %}