Skip to content

Commit

Permalink
[ignore] Update supported versions in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
akinross authored and lhercot committed Aug 6, 2024
1 parent 14b7dd1 commit e7c4a8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/module_utils/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/mso_schema_template_bd_dhcp_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ndo_schema_template_bd_dhcp_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down

0 comments on commit e7c4a8a

Please sign in to comment.