Skip to content

Commit

Permalink
add '_facts' rule to module checklist (ansible#53359)
Browse files Browse the repository at this point in the history
* add '_facts' rule to module checklist

* Update docs/docsite/rst/dev_guide/developing_modules_checklist.rst

Co-Authored-By: bcoca <[email protected]>
  • Loading branch information
bcoca authored and samccann committed Mar 6, 2019
1 parent c563caf commit c0a4cf2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ To contribute a module to Ansible, you must:
* minimize module dependencies
* support :ref:`check_mode <check_mode_dry>` if possible
* ensure your code is readable
* if a module is named `<something>_facts`, it is because it is returning `ansible_facts`. Do not name modules that do not do this with `_facts`.

Please make sure your module meets these requirements before you submit your PR/proposal. If you have questions, reach out via `Ansible's IRC chat channel <http://irc.freenode.net>`_ or the `Ansible development mailing list <https://groups.google.com/group/ansible-devel>`_.

Expand Down

0 comments on commit c0a4cf2

Please sign in to comment.