Commit b905f513 by Brian Coca

fixed typo

parent 53821ad4
...@@ -110,7 +110,7 @@ class Inventory(object): ...@@ -110,7 +110,7 @@ class Inventory(object):
host_list = os.path.join(self.host_list, "") host_list = os.path.join(self.host_list, "")
self.parser = InventoryDirectory(loader=self._loader, filename=host_list) self.parser = InventoryDirectory(loader=self._loader, filename=host_list)
else: else:
self.parser = get_file_parser(hostsfile, self._loader) self.parser = get_file_parser(host_list, self._loader)
vars_loader.add_directory(self.basedir(), with_subdir=True) vars_loader.add_directory(self.basedir(), with_subdir=True)
if self.parser: if self.parser:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment