mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adding a version note to the expanduser filter documentation
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user