Skip to content
Snippets Groups Projects
Commit 5323e232 authored by gatolynx's avatar gatolynx Committed by Kubernetes Prow Robot
Browse files

recreate in another branch due to rebase problem (#5557)

parent 5d9986ab
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ class KubesprayInventory(object):
if self.config_file:
try:
self.hosts_file = open(config_file, 'r')
self.yaml_config = yaml.load(self.hosts_file)
self.yaml_config = yaml.load_all(self.hosts_file)
except OSError:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment