ansible-collections/community.postgresql

Check the DOCUMENTATION and RETURNS blocks in modules and make sure they use Ansible semantic markup

Open

#938 opened on Jun 29, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (116 forks)auto 404
docseasyfixhelp wanted

Repository metrics

Stars
 (142 stars)
PR merge metrics
 (PR metrics pending)

Description

SUMMARY

Check the DOCUMENTATION and RETURNS blocks in modules (files under plugins/modules) and make sure they use Ansible semantic markup (some newer use it, but the majority doesn't).

https://docs.ansible.com/projects/ansible/latest/dev_guide/ansible_markup.html#semantic-markup-within-module-documentation

Contributor guide