Notice in 2.6 remove in Ansible 2.10 (#36191)

Update the list of allowed removed_in for modules
pull/36137/head
John R Barker 6 years ago committed by Matt Davis
parent 3093285c94
commit 7dfa11cd8a

@ -90,7 +90,7 @@ def deprecation_schema():
# Deprecation cycle changed at 2.4 (though not retroactively)
# 2.3 -> removed_in: "2.5" + n for docs stub
# 2.4 -> removed_in: "2.8" + n for docs stub
Required('removed_in'): Any("2.2", "2.3", "2.4", "2.5", "2.8", "2.9"),
Required('removed_in'): Any("2.2", "2.3", "2.4", "2.5", "2.8", "2.9", "2.10"),
Required('why'): Any(*string_types),
Required('alternative'): Any(*string_types),
'removed': Any(True),

Loading…
Cancel
Save