diff --git a/lib/ansible/modules/network/aci/mso_schema_template.py b/lib/ansible/modules/network/aci/mso_schema_template.py index b6361a3846b..8bb68c648d0 100644 --- a/lib/ansible/modules/network/aci/mso_schema_template.py +++ b/lib/ansible/modules/network/aci/mso_schema_template.py @@ -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