Skip to content
Snippets Groups Projects
Select Git revision
  • 798ee552e0ef85b6326e678edd476c55e0ef2bc2
  • master default protected
  • v0.5
  • dependabot/pip/certifi-2022.12.7
  • dependabot/pip/pillow-9.3.0
  • dependabot/pip/lxml-4.9.1
  • dependabot/pip/django-2.2.28
  • dependabot/pip/cryptography-3.2
  • v0.48-devel
  • v0.47-devel
  • v0.47-devel-slashes
  • v0.46-devel
  • v0.45.1-fixes
  • v0.45-devel
  • v0.44-devel
  • v0.43-devel-reader
  • v0.43-devel
  • v0.42-devel
  • v0.42-devel-epub
  • v0.41-devel
  • v0.47
  • v0.45
  • v0.45-2
  • v0.45-1
  • v0.44
  • v0.43
  • v0.42
  • v0.41
  • v0.40
  • v0.39
  • v0.38
  • v0.37
  • v0.36
  • v0.33
  • v0.23.4
  • v0.23.4-1
36 results

README.md

user avatar
Thomas Woerner authored
ansible-test with ansible-2.14 is adding a lot of new tests to ensure
that the documentation section and the agument spec is complete. Needed
changes:

DOCUMENTATION section

- `type: str` needs to be set for string parameters
- `type: int` needs to be set for integer parameters
- `type: list` needs to be set for list parameters
- `elements: str` needs to be given for list of string parameters
- `aliases` tag need to be consistent to `argument_spec`
- `authors` needs to be given with the github user also: `Name (@user)`

argument_spec

- `elements="str"` needs to be added to all list of string parameters
- `type=str` and `type=int` need to be replaced by `type="str"` and
  `type="int"`

The `copyright` date is extended with `-2022`.
44e19ada
History