now acl expands tildes

This commit is contained in:
Brian Coca 2014-08-24 19:16:15 -04:00
parent f0a552c060
commit 8f3bb4ff20

View file

@ -207,7 +207,7 @@ def main():
supports_check_mode=True, supports_check_mode=True,
) )
path = module.params.get('name') path = os.path.expanduser(module.params.get('name'))
entry = module.params.get('entry') entry = module.params.get('entry')
entity = module.params.get('entity') entity = module.params.get('entity')
etype = module.params.get('etype') etype = module.params.get('etype')