mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Misc typo fix in fleet inventory (#25174)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Brian Coca
parent
8d962209f4
commit
3a82246d82
@@ -98,7 +98,6 @@ elif options.host:
|
|||||||
if len(details) > 0:
|
if len(details) > 0:
|
||||||
# pass through the port, in case it's non standard.
|
# pass through the port, in case it's non standard.
|
||||||
result = details[0]
|
result = details[0]
|
||||||
result
|
|
||||||
|
|
||||||
print(json.dumps(result))
|
print(json.dumps(result))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user