mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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 by2ffe3c42bbbut related code was later removed by506e6a0b2d.
This commit is contained in:
@@ -324,7 +324,7 @@
|
||||
#any_errors_fatal = False
|
||||
|
||||
[inventory]
|
||||
# enable inventory plugins, default: 'host_list', 'script', 'yaml', 'ini', 'auto'
|
||||
# enable inventory plugins, default: 'host_list', 'script', 'auto', 'yaml', 'ini'
|
||||
#enable_plugins = host_list, virtualbox, yaml, constructed
|
||||
|
||||
# ignore these extensions when parsing a directory as inventory source
|
||||
|
||||
Reference in New Issue
Block a user