diff options
Diffstat (limited to 'changelogs/fragments/argument-spec-context.yml')
-rw-r--r-- | changelogs/fragments/argument-spec-context.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/changelogs/fragments/argument-spec-context.yml b/changelogs/fragments/argument-spec-context.yml deleted file mode 100644 index 985a2050dd..0000000000 --- a/changelogs/fragments/argument-spec-context.yml +++ /dev/null @@ -1,4 +0,0 @@ -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. |