Merge branch 'devel' of https://github.com/ansible/ansible into devel

This commit is contained in:
James Cammarata
2014-06-23 12:59:12 -05:00
3 changed files with 40 additions and 9 deletions

View File

@@ -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,