ansible/changelogs/fragments/fix_module_schema.yml
Brian Coca 2296da95a2
fix module schema (#74295)
* fix module schema

  not out of date hardcoded list anymore, uses 'current + 4' to
  set valid deprecation targets

Co-authored-by: Matt Clay <matt@mystile.com>
2021-04-20 10:02:39 -04:00

3 lines
128 B
YAML

bugfixes:
- schema validation now uses dynamic range of versions for valid deprecation entries vs hardcoded out of date list.