dev_guide/developing_modules_best_practices.rst: fix typo (#67639)
This commit is contained in:
parent
05a3192eb7
commit
244277addd
1 changed files with 1 additions and 1 deletions
|
@ -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``.
|
||||
|
|
Loading…
Reference in a new issue