Skip to content
Snippets Groups Projects
Select Git revision
  • ee7d235cc31d771768bda26e85700fbe5f2200d5
  • main default
  • dependabot/npm_and_yarn/web-vitals-5.1.0
  • dependabot/npm_and_yarn/testing-library/jest-dom-6.6.4
  • dependabot/npm_and_yarn/react-dom-19.1.1
  • dependabot/npm_and_yarn/react-19.1.1
  • browserslist-update
  • dependabot/github_actions/bbeesley/gha-auto-dependabot-rebase-1.5.170
  • v0.1.18
  • v0.1.17
  • v0.1.16
  • v0.1.15
  • v0.1.14
  • v0.1.13
  • v0.1.12
  • v0.1.11
  • v0.1.10
  • v0.1.9
  • v0.1.8
  • v0.1.7
  • v0.1.6
  • v0.1.5
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
  • v0.0.59
28 results

update-browserlist-db.yaml

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: list` needs to be set for list parameters
- `elements: str` needs to be given for list of string parameters
- `required` tags need to be fixed according to the `argument_spec`
- `author` 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

The `copyright` date is extended with `-2022`.
8f2e96cb
History