From 6a8adff8e1a4f8bb49dae3f7f27a3d445a7b868b Mon Sep 17 00:00:00 2001 From: Nils Date: Fri, 21 Oct 2022 19:52:25 +0200 Subject: [PATCH] Switch to ansible.utils.ipv6 filter to avoid deprecation warning. --- templates/ndppd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ndppd.conf.j2 b/templates/ndppd.conf.j2 index 9396219..ef007ab 100644 --- a/templates/ndppd.conf.j2 +++ b/templates/ndppd.conf.j2 @@ -1,6 +1,6 @@ proxy {{ ansible_default_ipv6.interface }}{ {% for peer in wireguard_peers %} -{% for ip6_addr in peer.allowedips | ipv6 %} +{% for ip6_addr in peer.allowedips | ansible.utils.ipv6 %} rule {{ ip6_addr }} { static }