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:
parent
e8b8a0ab26
commit
b91a90a274
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue