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
Pilou 1bad617f29 Inventory plugins move auto before ini (#44428)
* inventory plugins: try auto before ini

auto plugin should run before ini to avoid ini being able to parse
some plugin configuration YAML files successfully.

* Update comment

comment was added by 2ffe3c42bb but
related code was later removed by
506e6a0b2d.
2018-12-11 15:17:05 -05:00
..
__init__.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
data.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
group.py Reduce recursion within group methods 2018-04-05 18:38:44 -04:00
helpers.py add docstring for ansible.inventory.helpers.get_group_vars 2018-09-14 16:02:45 -04:00
host.py Reduce recursion within group methods 2018-04-05 18:38:44 -04:00
manager.py Inventory plugins move auto before ini (#44428) 2018-12-11 15:17:05 -05:00