Commit b2ae6945 by Brian Coca

always load vars plugins

fixes #12104
parent 111c0cc2
...@@ -124,7 +124,7 @@ class Inventory(object): ...@@ -124,7 +124,7 @@ class Inventory(object):
# should never happen, but JIC # should never happen, but JIC
raise AnsibleError("Unable to parse %s as an inventory source" % host_list) 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 # FIXME: shouldn't be required, since the group/host vars file
# management will be done in VariableManager # management will be done in VariableManager
......
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