The attribute was renamed to 'action' and the extra data was not used anymore. (#79317)

pull/79341/head
Felix Fontein 2 years ago committed by GitHub
parent 0ae963a311
commit e0118d9d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- "validate-modules sanity test - remove support for the never implemented ``forced_action_plugin`` attribute (https://github.com/ansible/ansible/pull/79317)."

@ -864,9 +864,6 @@ def doc_schema(module_name, for_collection=False, deprecated_module=False, plugi
'action_group': add_default_attributes({
Required('membership'): list_string_types,
}),
'forced_action_plugin': add_default_attributes({
Required('action_plugin'): any_string_types,
}),
'platform': add_default_attributes({
Required('platforms'): Any(list_string_types, *string_types)
}),

Loading…
Cancel
Save