playbooks_filters_ipaddr.rst: fix syntax, indentation (#65208)
This commit is contained in:
parent
f9f19d171b
commit
a797802d27
1 changed files with 11 additions and 11 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue