From 4e49b32419d248d116973a7806f305ea00811252 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 24 Feb 2014 14:36:13 -0600 Subject: [PATCH] Adding a version note to the expanduser filter documentation --- docsite/rst/playbooks_variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index 024eadf2a02..6ae65dcef26 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -220,7 +220,7 @@ To get the directory from a path:: {{ path | dirname }} -To expand a path containing a tilde (`~`) character: +To expand a path containing a tilde (`~`) character (new in version 1.5):: {{ path | expanduser }}