mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
add lookups to config system (#33026)
* add lookups to config system use etcd as proof of concept * some doc updates
This commit is contained in:
parent
53cbc9f6ee
commit
6bca5e5a4a
3 changed files with 30 additions and 32 deletions
|
@ -210,7 +210,7 @@ class PluginLoader:
|
|||
type_name = get_plugin_class(self.class_name)
|
||||
|
||||
# FIXME: expand from just connection and callback
|
||||
if type_name in ('callback', 'connection', 'inventory'):
|
||||
if type_name in ('callback', 'connection', 'inventory', 'lookup'):
|
||||
dstring = read_docstring(path, verbose=False, ignore_errors=False)
|
||||
|
||||
if dstring.get('doc', False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue