From 4a6758b74fcef06ea32e819dc000adcd7658d0b5 Mon Sep 17 00:00:00 2001 From: Russ Starr Date: Wed, 28 Feb 2018 17:25:40 -0600 Subject: [PATCH] Update playbooks_filters_ipaddr.rst (#36883) Fixed a typo since the example should be referencing the newly defined list. --- docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst b/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst index 89c0de9b7a..081ec70094 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst @@ -239,7 +239,7 @@ Here's an example set of two host prefixes (with some "control" values):: First, let's make sure that we only work with correct host/prefix values, not just subnets or single IP addresses:: - # {{ test_list | ipaddr('host/prefix') }} + # {{ host_prefix | ipaddr('host/prefix') }} ['2001:db8:deaf:be11::ef3/64', '192.0.2.48/24'] In Debian-based systems, network configuration stored in ``/etc/network/interfaces`` file uses combination of IP address, network address, netmask and broadcast address to configure IPv4 network interface. We can get these values from a single 'host/prefix' combination: