now acl expands tildes

pull/8738/head
Brian Coca 10 years ago
parent a419ffdf41
commit f6e10b580e

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

Loading…
Cancel
Save