google.cloud icon indicating copy to clipboard operation
google.cloud copied to clipboard

Add filter documentation

Open samccann opened this issue 2 years ago • 0 comments

SUMMARY

ansible-core 2.14 adds 'side car docs' which gives collection owners the ability to add documentation for previously undocumentable filter and test plugins.

This requires creating yaml files in the same directory as the filter or test plugin code, one yaml file per plugin.

See https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/filter/b64decode.yml for an example.

The following two filters need this documentation: gcp_kms_decrypt filter

gcp_kms_encrypt filter

Related to https://github.com/ansible-community/community-team/issues/65

ISSUE TYPE
  • Documentation Report
COMPONENT NAME
ANSIBLE VERSION

samccann avatar Oct 04 '22 18:10 samccann