mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixed typo
This commit is contained in:
@@ -110,7 +110,7 @@ class Inventory(object):
|
||||
host_list = os.path.join(self.host_list, "")
|
||||
self.parser = InventoryDirectory(loader=self._loader, filename=host_list)
|
||||
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)
|
||||
|
||||
if self.parser:
|
||||
|
||||
Reference in New Issue
Block a user