mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
parent
12968acd5f
commit
b84fba4439
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ class Connection(object):
|
||||||
host_fh.close()
|
host_fh.close()
|
||||||
|
|
||||||
for line in data.split("\n"):
|
for line in data.split("\n"):
|
||||||
|
line = line.strip()
|
||||||
if line is None or " " not in line:
|
if line is None or " " not in line:
|
||||||
continue
|
continue
|
||||||
tokens = line.split()
|
tokens = line.split()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue