wording in examples changed ios to eos (#66131)
wrong module was used in examples: should be eos_vlans not ios_vlans
This commit is contained in:
parent
14e32c85b4
commit
506e2da0ff
1 changed files with 4 additions and 4 deletions
|
@ -93,7 +93,7 @@ EXAMPLES = """
|
|||
# name twenty
|
||||
|
||||
- name: Delete attributes of the given VLANs.
|
||||
ios_vlans:
|
||||
eos_vlans:
|
||||
config:
|
||||
- vlan_id: 20
|
||||
state: deleted
|
||||
|
@ -119,7 +119,7 @@ EXAMPLES = """
|
|||
# name twenty
|
||||
|
||||
- name: Merge given VLAN attributes with device configuration
|
||||
ios_vlans:
|
||||
eos_vlans:
|
||||
config:
|
||||
- vlan_id: 20
|
||||
state: suspend
|
||||
|
@ -150,7 +150,7 @@ EXAMPLES = """
|
|||
# name twenty
|
||||
|
||||
- name: Override device configuration of all VLANs with provided configuration
|
||||
ios_vlans:
|
||||
eos_vlans:
|
||||
config:
|
||||
- vlan_id: 20
|
||||
state: suspend
|
||||
|
@ -177,7 +177,7 @@ EXAMPLES = """
|
|||
# name twenty
|
||||
|
||||
- name: Replace all attributes of specified VLANs with provided configuration
|
||||
ios_vlans:
|
||||
eos_vlans:
|
||||
config:
|
||||
- vlan_id: 20
|
||||
state: suspend
|
||||
|
|
Loading…
Reference in a new issue