mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add expandvars jinja2 filter (#38805)
* Add expandvars jinja2 filter * Add docs * Minor edit
This commit is contained in:
@@ -530,6 +530,7 @@ class FilterModule(object):
|
||||
'basename': partial(unicode_wrap, os.path.basename),
|
||||
'dirname': partial(unicode_wrap, os.path.dirname),
|
||||
'expanduser': partial(unicode_wrap, os.path.expanduser),
|
||||
'expandvars': partial(unicode_wrap, os.path.expandvars),
|
||||
'realpath': partial(unicode_wrap, os.path.realpath),
|
||||
'relpath': partial(unicode_wrap, os.path.relpath),
|
||||
'splitext': partial(unicode_wrap, os.path.splitext),
|
||||
|
||||
Reference in New Issue
Block a user