Skip to content

Commit

Permalink
Fix typos in ios_l2_interfaces (ansible#66246)
Browse files Browse the repository at this point in the history
Some typos in the examples of ios_l2_interfaces are fixed.
This might help to have a fluent start with this module.
  • Loading branch information
dominikholler authored and justjais committed Jan 8, 2020
1 parent 01e4c41 commit c4cfe1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/ansible/modules/network/ios/ios_l2_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@
vlan: 10
- name: GigabitEthernet0/2
trunk:
allowed_vlan: 10-20, 40
allowed_vlans: 10-20,40
native_vlan: 20
pruning_vlan: 10,20
pruning_vlans: 10,20
encapsulation: dot1q
state: merged
Expand Down Expand Up @@ -172,9 +172,9 @@
config:
- name: GigabitEthernet0/2
trunk:
- allowed_vlan: 20-25,40
- allowed_vlans: 20-25,40
native_vlan: 20
pruning_vlan: 10
pruning_vlans: 10
encapsulation: isl
state: replaced
Expand Down

0 comments on commit c4cfe1d

Please sign in to comment.