mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -07:00
Remove extra print statement (#59104)
Let ansible-inventory handle all output Fixes #59101
This commit is contained in:
parent
d0ae3b5d1e
commit
09479a9fa0
1 changed files with 0 additions and 1 deletions
|
@ -317,7 +317,6 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
||||||
:return a dict with key/value pairs for each in list.
|
:return a dict with key/value pairs for each in list.
|
||||||
'''
|
'''
|
||||||
new_metadata = {}
|
new_metadata = {}
|
||||||
print(metadata)
|
|
||||||
for pair in metadata:
|
for pair in metadata:
|
||||||
new_metadata[pair["key"]] = pair["value"]
|
new_metadata[pair["key"]] = pair["value"]
|
||||||
return new_metadata
|
return new_metadata
|
||||||
|
|
Loading…
Add table
Reference in a new issue