mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
Added 'expanduser' filter to the docs
This commit is contained in:
@@ -220,6 +220,10 @@ To get the directory from a path::
|
||||
|
||||
{{ path | dirname }}
|
||||
|
||||
To expand a path containing a tilde (`~`) character:
|
||||
|
||||
{{ path | expanduser }}
|
||||
|
||||
To work with Base64 encoded strings::
|
||||
|
||||
{{ encoded | b64decode }}
|
||||
|
||||
Reference in New Issue
Block a user