mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 16:36:29 +00:00
Merge pull request #4504 from eggsby/realpath
Adding os realpath filter.
This commit is contained in:
@@ -120,6 +120,7 @@ class FilterModule(object):
|
||||
# path
|
||||
'basename': os.path.basename,
|
||||
'dirname': os.path.dirname,
|
||||
'realpath': os.path.realpath,
|
||||
|
||||
# failure testing
|
||||
'failed' : failed,
|
||||
|
||||
Reference in New Issue
Block a user