mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #11432 from sivel/splitext-filter
Add splitext filter
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user