1
0
Fork 0
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:
James Cammarata 2014-02-20 13:51:01 -05:00
parent f5505425f9
commit ce358e70bd

View file

@ -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 }}