mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
added long names to support older version as per feedback
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
@@ -70,7 +70,8 @@ def get_acl(module,path,entry,follow):
|
||||
if not follow:
|
||||
cmd.append('-h')
|
||||
# prevents absolute path warnings and removes headers
|
||||
cmd.append('-cp')
|
||||
cmd.append('--omit-header')
|
||||
cmd.append('--absolute-names')
|
||||
cmd.append(path)
|
||||
|
||||
return _run_acl(module,cmd)
|
||||
|
||||
Reference in New Issue
Block a user