Skip to content

Commit

Permalink
add support for
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 committed Nov 22, 2023
1 parent 92d4179 commit 094d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ This custom filter will be removed if and when the standard Ansible `ipaddr` fil

- <code><b>summarize_address_range(range</b>: String<b>)</b> -> List[String]</code>

This filter will summarise an IP address range into the smallest list of CIDR networks, e.g:
This filter will summarise an IPv4 or IPv6 range into a list of CIDR networks, e.g:

```jinja2
{{ "192.0.2.0-192.0.2.255"|summarize_address_range }}
Expand Down

0 comments on commit 094d8d0

Please sign in to comment.