wording in examples changed ios to eos (#66131)

wrong module was used in examples: should be eos_vlans not ios_vlans
pull/66170/head
qoreQyaS 5 years ago committed by Alicia Cozine
parent 14e32c85b4
commit 506e2da0ff

@ -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…
Cancel
Save