mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added 'expanduser' filter to the docs
This commit is contained in:
parent
f5505425f9
commit
ce358e70bd
1 changed files with 4 additions and 0 deletions
|
@ -220,6 +220,10 @@ To get the directory from a path::
|
||||||
|
|
||||||
{{ path | dirname }}
|
{{ path | dirname }}
|
||||||
|
|
||||||
|
To expand a path containing a tilde (`~`) character:
|
||||||
|
|
||||||
|
{{ path | expanduser }}
|
||||||
|
|
||||||
To work with Base64 encoded strings::
|
To work with Base64 encoded strings::
|
||||||
|
|
||||||
{{ encoded | b64decode }}
|
{{ encoded | b64decode }}
|
||||||
|
|
Loading…
Reference in a new issue