ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 88184108217855d456e2eb8282d4f28260940cbe
parent 4d18dd8860192ab88ec697058aed3031926e403d
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 8 Mar 2021 01:19:01 +0100

roles/common/interfaces: fix ipv6
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/common/templates/interfaces.conf.j2 b/roles/common/templates/interfaces.conf.j2
@@ -50,6 +50,7 @@ iface {{ interface.name }} inet static
 	post-down {{ command }}
 {% endfor %}
 {% endif %}
+{% endif %}
 
 {% if interface.ipv6 is defined %}
 {% if interface.ipv6.stateless is defined %}

@@ -88,6 +89,5 @@ iface {{ interface.name }} inet6 static
 {% endif %}
 {% endif %}
 {% endif %}
-{% endif %}
 
 {% endfor %} 
\ No newline at end of file