diff --git a/lib/ansible/runner/filter_plugins/core.py b/lib/ansible/runner/filter_plugins/core.py index 623e770dea..a99b17f67a 100644 --- a/lib/ansible/runner/filter_plugins/core.py +++ b/lib/ansible/runner/filter_plugins/core.py @@ -164,6 +164,7 @@ class FilterModule(object): # path 'basename': os.path.basename, 'dirname': os.path.dirname, + 'expanduser': os.path.expanduser, 'realpath': os.path.realpath, # failure testing