Update playbooks_filters_ipaddr.rst (#72464)

Fix small code formatting issue - remove extra `:` before code-block.
pull/72483/head
Josh 4 years ago committed by GitHub
parent 1eae2bb890
commit 1a5d2938c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -292,7 +292,7 @@ on an interface:
iface eth0 inet6 static
address 2001:db8:deaf:be11::ef3/64
If needed, you can extract subnet and prefix information from the 'host/prefix' value::
If needed, you can extract subnet and prefix information from the 'host/prefix' value:
.. code-block:: jinja
@ -302,7 +302,6 @@ If needed, you can extract subnet and prefix information from the 'host/prefix'
# {{ host_prefix | ansible.netcommon.ipaddr('host/prefix') | ansible.netcommon.ipaddr('prefix') }}
[64, 24]
Converting subnet masks to CIDR notation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Loading…
Cancel
Save