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:
Toshio Kuratomi 2018-04-18 09:14:26 -07:00
parent 6b970348b1
commit 8cdd75a09f
3 changed files with 4 additions and 3 deletions

View file

@ -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'])