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::