From 82685799cb8219fcfdf5b365fde4985fdecd3914 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 26 Feb 2015 14:17:39 -0800 Subject: [PATCH] filter name is realpath, not readlink Fixes #10062 --- docsite/rst/playbooks_filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_filters.rst b/docsite/rst/playbooks_filters.rst index bb570fad2a3..7b7b7d5cdba 100644 --- a/docsite/rst/playbooks_filters.rst +++ b/docsite/rst/playbooks_filters.rst @@ -321,7 +321,7 @@ To expand a path containing a tilde (`~`) character (new in version 1.5):: To get the real path of a link (new in version 1.8):: - {{ path | readlink }} + {{ path | realpath }} To work with Base64 encoded strings::