Update mso_schema_template_deploy.py (#61849)
module names are incorrect in EXAMPLES: changed module names from 'mso_schema_template' to 'mso_schema_template_deploy'
This commit is contained in:
parent
513bddb44a
commit
394a05108d
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ extends_documentation_fragment: mso
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
- name: Deploy a schema template
|
- name: Deploy a schema template
|
||||||
mso_schema_template:
|
mso_schema_template_deploy:
|
||||||
host: mso_host
|
host: mso_host
|
||||||
username: admin
|
username: admin
|
||||||
password: SomeSecretPassword
|
password: SomeSecretPassword
|
||||||
|
@ -61,7 +61,7 @@ EXAMPLES = r'''
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Undeploy a schema template
|
- name: Undeploy a schema template
|
||||||
mso_schema_template:
|
mso_schema_template_deploy:
|
||||||
host: mso_host
|
host: mso_host
|
||||||
username: admin
|
username: admin
|
||||||
password: SomeSecretPassword
|
password: SomeSecretPassword
|
||||||
|
|
Loading…
Reference in a new issue