mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Correct identation
This commit is contained in:
parent
8e645bb9ce
commit
b1db0b8276
1 changed files with 2 additions and 2 deletions
|
|
@ -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())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue