diff --git a/lib/ansible/inventory/__init__.py b/lib/ansible/inventory/__init__.py index 9f955ce94cb..1bb743287e0 100644 --- a/lib/ansible/inventory/__init__.py +++ b/lib/ansible/inventory/__init__.py @@ -124,7 +124,7 @@ class Inventory(object): # should never happen, but JIC raise AnsibleError("Unable to parse %s as an inventory source" % host_list) - self._vars_plugins = [ x for x in vars_loader.all(self) ] + self._vars_plugins = [ x for x in vars_loader.all(self) ] # FIXME: shouldn't be required, since the group/host vars file # management will be done in VariableManager