Skip to content

Commit 6a8f3f1

Browse files
gmicollhercot
authored andcommitted
[ignore] Modify Documentation for required attributes in ndo_virtual_port_channel_interface module.
1 parent 15d354f commit 6a8f3f1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

plugins/modules/ndo_virtual_port_channel_interface.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@
2727
options:
2828
template:
2929
description:
30-
- The name of the template.
31-
- The template must be a Fabric Resource template.
30+
- The name of the Fabric Resource template.
31+
- This parameter or O(template_id) is required.
3232
type: str
3333
aliases: [ fabric_resource_template ]
3434
template_id:
3535
description:
3636
- The ID of the Fabric Policy template.
37+
- This parameter or O(template) is required.
3738
type: str
3839
aliases: [ fabric_resource_template_id ]
3940
name:
@@ -140,10 +141,8 @@
140141
notes:
141142
- The O(template) must exist before using this module in your playbook.
142143
Use M(cisco.mso.ndo_template) to create the Fabric Resource template.
143-
- One of O(template) and O(template_id) is required but both are mutually exclusive.
144144
- The O(interface_policy_group) must exist before using this module in your playbook.
145145
Use M(cisco.mso.ndo_interface_setting) to create the Interface Policy Group of type Port Channel.
146-
- One of O(interface_policy_group) and O(interface_policy_group_uuid) is required but both are mutually exclusive.
147146
seealso:
148147
- module: cisco.mso.ndo_template
149148
- module: cisco.mso.ndo_interface_setting

0 commit comments

Comments
 (0)