Fix: ignored constructed configuration keys
This commit is contained in:
parent
f0dc98ac74
commit
5bda51ff36
@ -83,7 +83,7 @@ class InventoryModule(BaseInventoryPlugin, Cacheable, Constructable):
|
|||||||
|
|
||||||
super(InventoryModule, self).parse(inventory, loader, path, cache)
|
super(InventoryModule, self).parse(inventory, loader, path, cache)
|
||||||
config_data = self._read_config_data(path)
|
config_data = self._read_config_data(path)
|
||||||
#self._consume_options(config_data)
|
self._consume_options(config_data)
|
||||||
|
|
||||||
# Get options from inventory
|
# Get options from inventory
|
||||||
self.jinja2_native = self.get_option('jinja2_native')
|
self.jinja2_native = self.get_option('jinja2_native')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user