Fix examples with correct names

This commit is contained in:
Dag Wieers 2018-01-09 18:26:05 +01:00 committed by GitHub
parent 99524e7262
commit f67f8c7bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ extends_documentation_fragment: aci
EXAMPLES = r'''
- name: Add a new vlan range
aci_pool_to_range:
aci_vlan_pool_encap_block:
hostname: apic
username: admin
password: SomeSecretPassword
@ -78,7 +78,7 @@ EXAMPLES = r'''
state: present
- name: Remove a vlan range
aci_pool_to_range:
aci_vlan_pool_encap_block:
hostname: apic
username: admin
password: SomeSecretPassword
@ -89,7 +89,7 @@ EXAMPLES = r'''
state: absent
- name: Query a vlan range
aci_pool_to_range:
aci_vlan_pool_encap_block:
hostname: apic
username: admin
password: SomeSecretPassword
@ -100,7 +100,7 @@ EXAMPLES = r'''
state: query
- name: Query a vlan pool for ranges
aci_pool_to_range:
aci_vlan_pool_encap_block:
hostname: apic
username: admin
password: SomeSecretPassword
@ -109,7 +109,7 @@ EXAMPLES = r'''
state: query
- name: Query all vlan ranges
aci_pool_to_range:
aci_vlan_pool_encap_block:
hostname: apic
username: admin
password: SomeSecretPassword