Skip to content

Commit

Permalink
spelling mistake fix for sda_host_port_onboarding module
Browse files Browse the repository at this point in the history
  • Loading branch information
rukapse committed Oct 22, 2024
1 parent 334df52 commit 4060b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/sda_host_port_onboarding_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,15 +314,15 @@
- interface_names: ["TenGigabitEthernet1/1/2", "TenGigabitEthernet1/1/3", "TenGigabitEthernet1/1/4"]
connected_device_type: "TRUNK"
protocol: "PAGP"
port_channel_descrption: "Trunk port channel"
port_channel_description: "Trunk port channel"
- interface_names: ["TenGigabitEthernet1/1/5", "TenGigabitEthernet1/1/6"]
connected_device_type: "EXTENDED_NODE"
- interface_names: ["TenGigabitEthernet1/1/7", "TenGigabitEthernet1/1/8"]
connected_device_type: "EXTENDED_NODE"
protocol: "PAGP"
port_channel_descrption: "extended node port channel"
port_channel_description: "extended node port channel"
- name: Update port interfaces and port channels for a specific fabric device
cisco.dnac.sda_host_port_onboarding_workflow_manager:
Expand Down Expand Up @@ -360,7 +360,7 @@
- interface_names: ["TenGigabitEthernet1/1/2", "TenGigabitEthernet1/1/3", "TenGigabitEthernet1/1/4"]
connected_device_type: "EXTENDED_NODE"
protocol: 'PAGP'
port_channel_descrption: "Trunk port channel"
port_channel_description: "Trunk port channel"
- name: Delete ALL port assignments and port channels for the fabric device using hostname
cisco.dnac.sda_host_port_onboarding_workflow_manager:
Expand Down

0 comments on commit 4060b9c

Please sign in to comment.