diff --git a/plugins/module_utils/schema.py b/plugins/module_utils/schema.py index b93a5783..5cb9cedb 100644 --- a/plugins/module_utils/schema.py +++ b/plugins/module_utils/schema.py @@ -114,7 +114,7 @@ def set_template_bd(self, bd, fail_module=True): def set_template_bd_dhcp_relay_policy(self, relay_policy_ref, fail_module=True): """ - Get template bridge domain item that matches the name of a bd. + Get template bridge domain dhcp relay policy item that matches the name of a bd. :param relay_policy_ref: Reference of the relay policy to match. -> Str :param fail_module: When match is not found fail the ansible module. -> Bool :return: Template bd relay policy item. -> Item(Int, Dict) | None diff --git a/plugins/modules/mso_schema_template_bd_dhcp_policy.py b/plugins/modules/mso_schema_template_bd_dhcp_policy.py index 095e5b66..5ca7b032 100644 --- a/plugins/modules/mso_schema_template_bd_dhcp_policy.py +++ b/plugins/modules/mso_schema_template_bd_dhcp_policy.py @@ -67,6 +67,7 @@ default: present notes: - This module can only be used on versions of MSO that are 3.1.1h or greater. +- This module can only be used on versions of NDO that are 3.7.2i or lower. extends_documentation_fragment: cisco.mso.modules """ diff --git a/plugins/modules/ndo_schema_template_bd_dhcp_policy.py b/plugins/modules/ndo_schema_template_bd_dhcp_policy.py index 430ab902..9a90995b 100644 --- a/plugins/modules/ndo_schema_template_bd_dhcp_policy.py +++ b/plugins/modules/ndo_schema_template_bd_dhcp_policy.py @@ -51,7 +51,7 @@ choices: [ absent, present, query ] default: present notes: -- This module can only be used on versions of NDO that are 4.x or greater. +- This module can only be used on versions of NDO that are 4.1 or greater. extends_documentation_fragment: cisco.mso.modules """