From 83bc2db8cd723266eec243ca9330940a553e57a2 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Wed, 4 Aug 2021 10:08:22 +0530 Subject: Docs fixed - wrong platform mentioned (#189) Docs fixed - wrong platform mentioned SUMMARY updated docs corrected wrong platform mentioned ISSUE TYPE Docs Pull Request COMPONENT NAME bgp_address_family ospf_interfaces ADDITIONAL INFORMATION Reviewed-by: GomathiselviS Reviewed-by: None --- plugins/modules/vyos_ospf_interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/modules/vyos_ospf_interfaces.py') diff --git a/plugins/modules/vyos_ospf_interfaces.py b/plugins/modules/vyos_ospf_interfaces.py index 732a5e7f..61ef32ee 100644 --- a/plugins/modules/vyos_ospf_interfaces.py +++ b/plugins/modules/vyos_ospf_interfaces.py @@ -132,8 +132,8 @@ options: running_config: description: - This option is used only with state I(parsed). - - The value of this option should be the output received from the IOS device by - executing the command B(sh running-config | section ^interface). + - The value of this option should be the output received from the VYOS device by + executing the command B(show configuration commands | match "set interfaces"). - The state I(parsed) reads the configuration from C(running_config) option and transforms it into Ansible structured data as per the resource module's argspec and the value is then returned in the I(parsed) key within the result. -- cgit v1.2.3