now acl expands tildes

reviewable/pr18780/r1
Brian Coca 10 years ago
parent f0a552c060
commit 8f3bb4ff20

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