From 6db8c642d53ea2bc8b6d64e2fbeb2b7c4eccae6c Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 14 Oct 2013 10:48:30 -0400 Subject: [PATCH] added long names to support older version as per feedback Signed-off-by: Brian Coca --- files/acl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/acl b/files/acl index 458a49dbd6f..1b50d21c58f 100644 --- a/files/acl +++ b/files/acl @@ -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)