diff --git a/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst b/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst index e24a6a8d009..1560fcc556a 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters_ipaddr.rst @@ -479,7 +479,7 @@ the first argument, the ``ipsubnet()`` filter will instead return the biggest su contains that given IP address:: # {{ address | ipsubnet(20) }} - 192.168.128.0/20 + 192.168.144.0/20 By specifying an index number as a second argument, you can select smaller and smaller subnets::