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:
Travis Burton 2019-09-05 11:55:56 -04:00 committed by Alicia Cozine
parent 513bddb44a
commit 394a05108d

View file

@ -51,7 +51,7 @@ extends_documentation_fragment: mso
EXAMPLES = r'''
- name: Deploy a schema template
mso_schema_template:
mso_schema_template_deploy:
host: mso_host
username: admin
password: SomeSecretPassword
@ -61,7 +61,7 @@ EXAMPLES = r'''
delegate_to: localhost
- name: Undeploy a schema template
mso_schema_template:
mso_schema_template_deploy:
host: mso_host
username: admin
password: SomeSecretPassword