mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
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
This commit is contained in:
@@ -318,6 +318,10 @@ To expand a path containing a tilde (`~`) character (new in version 1.5)::
|
|||||||
|
|
||||||
{{ path | expanduser }}
|
{{ path | expanduser }}
|
||||||
|
|
||||||
|
To get the real path of a link (new in version 1.8)::
|
||||||
|
|
||||||
|
{{ path | readlink }}
|
||||||
|
|
||||||
To work with Base64 encoded strings::
|
To work with Base64 encoded strings::
|
||||||
|
|
||||||
{{ encoded | b64decode }}
|
{{ encoded | b64decode }}
|
||||||
|
|||||||
Reference in New Issue
Block a user