From bb1a907823712f8d25f22bfef4ff51309a10178b Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 20 Jul 2015 08:59:09 -0400 Subject: [PATCH] added version added for regex_replace fixes #8994 --- docsite/rst/playbooks_filters.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/rst/playbooks_filters.rst b/docsite/rst/playbooks_filters.rst index 10ea62f6a2..5be04e0f09 100644 --- a/docsite/rst/playbooks_filters.rst +++ b/docsite/rst/playbooks_filters.rst @@ -384,6 +384,8 @@ To match strings against a regex, use the "match" or "search" filter:: 'match' will require a complete match in the string, while 'search' will require a match inside of the string. +.. versionadded:: 1.6 + To replace text in a string with regex, use the "regex_replace" filter:: # convert "ansible" to "able"