playbooks_filters_ipaddr.rst: fix syntax, indentation (#65208)

This commit is contained in:
Kenyon Ralph 2019-11-25 12:00:15 -08:00 committed by Sandra McCann
parent f9f19d171b
commit a797802d27

View file

@ -268,9 +268,9 @@ In Debian-based systems, the network configuration stored in the ``/etc/network/
In the above example, we needed to handle the fact that values were stored in In the above example, we needed to handle the fact that values were stored in
a list, which is unusual in IPv4 networks, where only a single IP address can be a list, which is unusual in IPv4 networks, where only a single IP address can be
set on an interface. However, IPv6 networks can have multiple IP addresses set set on an interface. However, IPv6 networks can have multiple IP addresses set
on an interface:: on an interface:
.. code-block:: jinja .. code-block:: jinja
# Jinja2 template # Jinja2 template
iface eth0 inet6 static iface eth0 inet6 static