mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #7902 from jirutka/filter-relpath
Add os relpath filter
This commit is contained in:
@@ -226,6 +226,7 @@ class FilterModule(object):
|
||||
'dirname': os.path.dirname,
|
||||
'expanduser': os.path.expanduser,
|
||||
'realpath': os.path.realpath,
|
||||
'relpath': os.path.relpath,
|
||||
|
||||
# failure testing
|
||||
'failed' : failed,
|
||||
|
||||
Reference in New Issue
Block a user