1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/inventory
Jacob Floyd 0371d0deda Fix Inventory Plugin Loading (#31605)
This change makes the PluginLoader use DEFAULT_INVENTORY_PLUGIN_PATH setting.
Inventory Plugins were only being loaded the 'inventory_plugins' folder of the current directory,
as well as the ansible-provided inventory plugins (e.g. `/path/to/site-packages/ansible/plugins/inventory`).
2017-10-11 17:28:11 -07:00
..
__init__.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
data.py revert ocalhost getting 'all' vars (#31425) 2017-10-06 19:11:00 -04:00
group.py set _hosts on access if None (#31111) 2017-10-03 08:59:05 -07:00
helpers.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
host.py revert ocalhost getting 'all' vars (#31425) 2017-10-06 19:11:00 -04:00
manager.py Fix Inventory Plugin Loading (#31605) 2017-10-11 17:28:11 -07:00