1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Specify that 'ipaddr' is available in 1.9

This commit is contained in:
Maciej Delmanowski 2015-02-21 14:11:04 +01:00
parent 25ef581a90
commit c10f4c23dd

View file

@ -1,6 +1,8 @@
Jinja2 'ipaddr()' filter Jinja2 'ipaddr()' filter
======================== ========================
.. versionadded:: 1.9
``ipaddr()`` is a Jinja2 filter designed to provide an interface to `netaddr`_ ``ipaddr()`` is a Jinja2 filter designed to provide an interface to `netaddr`_
Python package from within Ansible. It can operate on strings or lists of Python package from within Ansible. It can operate on strings or lists of
items, test various data to check if they are valid IP addresses and manipulate items, test various data to check if they are valid IP addresses and manipulate