Fix examples to use the module (#58988)

This was probably a copy/paste mistake. The examples are using a different module.
This commit is contained in:
Derrick Johnson 2019-07-11 15:24:17 -05:00 committed by Alicia Cozine
parent e8b8a0ab26
commit b91a90a274

View file

@ -81,7 +81,7 @@ extends_documentation_fragment: mso
EXAMPLES = r'''
- name: Add a contract to an EPG
mso_schema_template_anp_epg:
mso_schema_template_anp_epg_contract:
host: mso_host
username: admin
password: SomeSecretPassword
@ -96,7 +96,7 @@ EXAMPLES = r'''
delegate_to: localhost
- name: Remove a Contract
mso_schema_template_anp_epg:
mso_schema_template_anp_epg_contract:
host: mso_host
username: admin
password: SomeSecretPassword
@ -110,7 +110,7 @@ EXAMPLES = r'''
delegate_to: localhost
- name: Query a specific Contract
mso_schema_template_anp_epg:
mso_schema_template_anp_epg_contract:
host: mso_host
username: admin
password: SomeSecretPassword
@ -125,7 +125,7 @@ EXAMPLES = r'''
register: query_result
- name: Query all Contracts
mso_schema_template_anp_epg:
mso_schema_template_anp_epg_contract:
host: mso_host
username: admin
password: SomeSecretPassword