Switch to ansible.utils.ipv6 filter to avoid deprecation warning.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user