From 1a5d2938c6f60b1a657d22f6b46e9a6da165ab04 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 4 Nov 2020 10:14:17 -0500 Subject: [PATCH] Update playbooks_filters_ipaddr.rst (#72464) Fix small code formatting issue - remove extra `:` before code-block. --- docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst b/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst index 6fba27ebfcc..c4ed04ea6d7 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^