Skip to content

Commit

Permalink
dev_guide/developing_modules_best_practices.rst: fix typo (ansible#67639
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Andersson007 authored Feb 21, 2020
1 parent 05a3192 commit 244277a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Designing module interfaces
General guidelines & tips
=========================

* Each module should be self-contained in one file, so it can be be auto-transferred by Ansible.
* Each module should be self-contained in one file, so it can be auto-transferred by Ansible.
* Module name MUST use underscores instead of hyphens or spaces as a word separator. Using hyphens and spaces will prevent Ansible from importing your module.
* Always use the ``hacking/test-module.py`` script when developing modules - it will warn you about common pitfalls.
* If you have a local module that returns facts specific to your installations, a good name for this module is ``site_facts``.
Expand Down

0 comments on commit 244277a

Please sign in to comment.