1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Adding a version note to the expanduser filter documentation

This commit is contained in:
James Cammarata 2014-02-24 14:36:13 -06:00
parent 3b2d409906
commit 4e49b32419

View file

@ -220,7 +220,7 @@ To get the directory from a path::
{{ path | dirname }} {{ path | dirname }}
To expand a path containing a tilde (`~`) character: To expand a path containing a tilde (`~`) character (new in version 1.5)::
{{ path | expanduser }} {{ path | expanduser }}