Skip to content

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

Open
philfry wants to merge 1 commit intoansible:masterfrom
philfry:filter
Open

add support for parsing filter-type and test-type plugins via yaml files (reopened)#286
philfry wants to merge 1 commit intoansible:masterfrom
philfry:filter

Conversation

@philfry
Copy link
Copy Markdown

@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