1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update developing_modules.rst

This commit is contained in:
Greg DeKoenigsberg 2015-08-28 14:30:16 -04:00
parent 9c150e5753
commit ec95ad1062

View file

@ -461,7 +461,7 @@ Module checklist
* `default` is not needed for `required: true` * `default` is not needed for `required: true`
* Remove unnecessary doc like `aliases: []` or `choices: []` * Remove unnecessary doc like `aliases: []` or `choices: []`
* The version is not a float number and value the current development version * The version is not a float number and value the current development version
* The verify that arguments in doc and module spec dict are identical * Verify that arguments in doc and module spec dict are identical
* For password / secret arguments no_log=True should be set * For password / secret arguments no_log=True should be set
* Requirements should be documented, using the `requirements=[]` field * Requirements should be documented, using the `requirements=[]` field
* Author should be set, name and github id at least * Author should be set, name and github id at least