You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/argument-spec-context.yml

5 lines
353 B
YAML

minor_changes:
- module argument spec - Allow module authors to include arbitrary additional context in the argument spec, by making use of a new top level key
called ``context``. This key should be a dict type. This allows for users to customize what they place in the argument spec, without having to
ignore sanity tests that validate the schema.