mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 09:55:26 -07:00
commit
a8a4347d5b
1 changed files with 4 additions and 0 deletions
|
@ -318,6 +318,10 @@ 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::
|
||||
|
||||
{{ encoded | b64decode }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue