Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for parsing filter-type and test-type plugins via yaml files (reopened) #286

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

philfry
Copy link

@philfry philfry commented Aug 10, 2024

Hi,

reopened #201 because I found that the filter and test documentation provided as yaml are are not parsed yet.

Example:

  • plugins/filter/dict_filter.py defines the filters "my_dict_filter_foo", "my_dict_filter_bar" etc.
  • plugins/filter/my_dict_filter_foo.yml, plugins/filter/my_dict_filter_bar.yml providing the corresponding documentation

Ansible-doc is able to display the filter and test documentation provided as yaml files, while galaxy-importer ignores them.
This PR adds "yaml" and "yml" extensions to the parseable files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant