mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
36b13e3e3d
commit
90e8071d48
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class DocCLI(CLI):
|
|||
elif plugin_type == 'vars':
|
||||
loader = vars_loader
|
||||
elif plugin_type == 'inventory':
|
||||
loader = PluginLoader('InventoryModule', 'ansible.plugins.inventory', 'inventory_plugins', 'inventory_plugins')
|
||||
loader = PluginLoader('InventoryModule', 'ansible.plugins.inventory', C.DEFAULT_INVENTORY_PLUGIN_PATH, 'inventory_plugins')
|
||||
else:
|
||||
loader = module_loader
|
||||
|
||||
|
|
Loading…
Reference in a new issue