diff --git a/plugins/modules/mso_schema_template_anp_epg_intra_epg_contract.py b/plugins/modules/mso_schema_template_anp_epg_intra_epg_contract.py index 821f4ef9..5b6a835a 100644 --- a/plugins/modules/mso_schema_template_anp_epg_intra_epg_contract.py +++ b/plugins/modules/mso_schema_template_anp_epg_intra_epg_contract.py @@ -73,7 +73,6 @@ type: str choices: [ absent, query, present ] default: query -extends_documentation_fragment: cisco.mso.modules notes: - The O(schema) must exist before using this module in your playbook. Use M(cisco.mso.mso_schema) to create the Schema. @@ -85,6 +84,13 @@ Use M(cisco.mso.mso_schema_template_anp_epg) to create the Endpoint Group. - The O(contract) must exist before using this module in your playbook. Use M(cisco.mso.mso_schema_template_contract_filter) to create the Contract with Filter. +seealso: +- module: cisco.mso.mso_schema +- module: cisco.mso.mso_schema_template +- module: cisco.mso.mso_schema_template_anp +- module: cisco.mso.mso_schema_template_anp_epg +- module: cisco.mso.mso_schema_template_contract_filter +extends_documentation_fragment: cisco.mso.modules """ EXAMPLES = r"""