From e98d8c2b5e457fcaeb37fadac0fe7167a354596a Mon Sep 17 00:00:00 2001 From: i5513 Date: Thu, 2 Oct 2014 20:30:44 +0200 Subject: [PATCH] Add readlink filter doc As requested at request pull #9213, I'm proposing updathing this doc. Do you have man pages where I can update this too ? Thanks --- docsite/rst/playbooks_variables.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index c5eeff01350..86146cdd0f0 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -317,6 +317,10 @@ To get the directory from a path:: To expand a path containing a tilde (`~`) character (new in version 1.5):: {{ path | expanduser }} + +To get the real path of a link (new in version 1.8):: + + {{ path | readlink }} To work with Base64 encoded strings::