Fix: ignored constructed configuration keys

This commit is contained in:
Robin Pierre Cordier 2022-03-10 12:13:37 -05:00
parent f0dc98ac74
commit 5bda51ff36

View File

@ -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')