mirror of
https://github.com/ansible/ansible.git
synced 2026-08-07 16:14:36 +02: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