mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07: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 }}
|
||||
|
||||
To expand a path containing a tilde (`~`) character:
|
||||
To expand a path containing a tilde (`~`) character (new in version 1.5)::
|
||||
|
||||
{{ path | expanduser }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue