From c10f4c23dd879f330a190a27139867ccc67d1112 Mon Sep 17 00:00:00 2001 From: Maciej Delmanowski Date: Sat, 21 Feb 2015 14:11:04 +0100 Subject: [PATCH] Specify that 'ipaddr' is available in 1.9 --- docsite/rst/playbooks_filters_ipaddr.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/rst/playbooks_filters_ipaddr.rst b/docsite/rst/playbooks_filters_ipaddr.rst index eb84f7875da..ce5cdaa0216 100644 --- a/docsite/rst/playbooks_filters_ipaddr.rst +++ b/docsite/rst/playbooks_filters_ipaddr.rst @@ -1,6 +1,8 @@ Jinja2 'ipaddr()' filter ======================== +.. versionadded:: 1.9 + ``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 items, test various data to check if they are valid IP addresses and manipulate