mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-11 02:39:09 -07:00
Some more fixes for the docs :ref: disambiguation
The big one is that we needed to set plugin_type when we processed the by_support template. Also added to list_of_CATEGORY_plugins page (which might not be used) and corrected a place where I did module_name instead of name_module
This commit is contained in:
parent
6b970348b1
commit
8cdd75a09f
3 changed files with 4 additions and 3 deletions
|
@ -560,6 +560,7 @@ These modules are currently shipped with Ansible, but will most likely be shippe
|
|||
'modules': data['modules'],
|
||||
'slug': data['slug'],
|
||||
'module_info': plugin_info,
|
||||
'plugin_type': plugin_type
|
||||
}
|
||||
text = templates['support_list'].render(template_data)
|
||||
write_data(text, output_dir, data['output'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue