Put Python 2.4 in checklist
It's in the travis check, but we don't spell it out explicitly in the guidelines.
This commit is contained in:
parent
134873bada
commit
981e9c44ba
1 changed files with 1 additions and 0 deletions
|
@ -479,6 +479,7 @@ Module checklist
|
|||
````````````````
|
||||
|
||||
* The shebang should always be #!/usr/bin/python, this allows ansible_python_interpreter to work
|
||||
* Modules must be written to support Python 2.4.
|
||||
* Documentation: Make sure it exists
|
||||
* `required` should always be present, be it true or false
|
||||
* If `required` is false you need to document `default`, even if the default is 'null' (which is the default if no parameter is supplied). Make sure default parameter in docs matches default parameter in code.
|
||||
|
|
Loading…
Reference in a new issue