From 209602950a99163e335169ce333c7819520b7d2b Mon Sep 17 00:00:00 2001 From: Sabari Jaganathan <93724860+sajagana@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:11:14 +0530 Subject: [PATCH] [ignore] Added seealso section to the ndo_l3out_node_group_policy module --- plugins/modules/ndo_l3out_node_group_policy.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/modules/ndo_l3out_node_group_policy.py b/plugins/modules/ndo_l3out_node_group_policy.py index 9c9cf485..67619874 100644 --- a/plugins/modules/ndo_l3out_node_group_policy.py +++ b/plugins/modules/ndo_l3out_node_group_policy.py @@ -112,6 +112,10 @@ Use M(cisco.mso.ndo_l3out_template) to create the L3Out object under the L3Out template. - The O(node_routing_policy) must exist before using this module in your playbook. Use M(cisco.mso.ndo_l3out_node_routing_policy) to create the L3Out Node Routing Policy. +seealso: +- module: cisco.mso.ndo_template +- module: cisco.mso.ndo_l3out_template +- module: cisco.mso.ndo_l3out_node_routing_policy extends_documentation_fragment: cisco.mso.modules """