Fix wrong processing of lines returned by setfacl in test mode

reviewable/pr18780/r1
Jérémie Astori 11 years ago
parent 50c6425673
commit 421d3f12cf

@ -199,8 +199,8 @@ def acl_changed(module, cmd):
for line in lines:
if not line.endswith('*,*'):
return False
return True
return True
return False
def run_acl(module, cmd, check_rc=True):

Loading…
Cancel
Save