mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-04 16:21:28 -07:00
Undefined names found by pyflakes
This commit is contained in:
parent
f4172fb9da
commit
e38eb2589a
2 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,7 @@ class SoftLayerInventory(object):
|
|||
self.get_all_servers()
|
||||
print self.json_format_dict(self.inventory, True)
|
||||
elif self.args.host:
|
||||
self.get_virtual_servers(client)
|
||||
self.get_virtual_servers()
|
||||
print self.json_format_dict(self.inventory["_meta"]["hostvars"][self.args.host], True)
|
||||
|
||||
def to_safe(self, word):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue