1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

mso_schema_template: Fix examples (#53237)

The examples were using the wrong module.
This commit is contained in:
Dag Wieers 2019-03-04 01:13:16 +01:00 committed by GitHub
parent aa1ed59e1b
commit 33ae15e070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ EXAMPLES = r'''
delegate_to: localhost
- name: Remove a template from a schema
mso_schema:
mso_schema_template:
host: mso_host
username: admin
password: SomeSecretPassword
@ -79,7 +79,7 @@ EXAMPLES = r'''
delegate_to: localhost
- name: Query a template
mso_schema:
mso_schema_template:
host: mso_host
username: admin
password: SomeSecretPassword
@ -91,7 +91,7 @@ EXAMPLES = r'''
register: query_result
- name: Query all templates
mso_schema:
mso_schema_template:
host: mso_host
username: admin
password: SomeSecretPassword