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:
parent
3b2d409906
commit
4e49b32419
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue