mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #4504 from eggsby/realpath
Adding os realpath filter.
This commit is contained in:
commit
aa57e75f1a
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ class FilterModule(object):
|
|||
# path
|
||||
'basename': os.path.basename,
|
||||
'dirname': os.path.dirname,
|
||||
'realpath': os.path.realpath,
|
||||
|
||||
# failure testing
|
||||
'failed' : failed,
|
||||
|
|
Loading…
Reference in a new issue