Update playbooks_filters_ipaddr.rst (#36883)

Fixed a typo since the example should be referencing the newly defined list.
pull/36885/head
Russ Starr 7 years ago committed by Jordan Borean
parent 809106ba77
commit 4a6758b74f

@ -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:

Loading…
Cancel
Save