mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Add splitext filter
This commit is contained in:
parent
d612838116
commit
4059904a18
2 changed files with 6 additions and 0 deletions
|
@ -316,6 +316,7 @@ class FilterModule(object):
|
|||
'expanduser': partial(unicode_wrap, os.path.expanduser),
|
||||
'realpath': partial(unicode_wrap, os.path.realpath),
|
||||
'relpath': partial(unicode_wrap, os.path.relpath),
|
||||
'splitext': partial(unicode_wrap, os.path.splitext),
|
||||
|
||||
# failure testing
|
||||
'failed' : failed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue