mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-31 11:54:52 +00:00
Correct identation
This commit is contained in:
@@ -255,8 +255,8 @@ def acl_changed(module, cmd, check_rc=True):
|
|||||||
selector.unregister(key.fileobj)
|
selector.unregister(key.fileobj)
|
||||||
if key.fileobj == proc.stdout:
|
if key.fileobj == proc.stdout:
|
||||||
stdout = b_chunk
|
stdout = b_chunk
|
||||||
if _acl_module._acl_changed:
|
if _acl_module._acl_changed:
|
||||||
continue
|
continue
|
||||||
lines = []
|
lines = []
|
||||||
for l in stdout.splitlines():
|
for l in stdout.splitlines():
|
||||||
lines.append(l.strip())
|
lines.append(l.strip())
|
||||||
|
|||||||
Reference in New Issue
Block a user