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:
qoreQyaS 2020-01-02 18:27:50 +01:00 committed by Alicia Cozine
parent 14e32c85b4
commit 506e2da0ff

View file

@ -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