From d8c40ae504090b0c0254a372013c4df2746ac40a Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Thu, 2 Sep 2021 01:39:23 +0900 Subject: [PATCH] fix option name for parsed (#75229) (#75596) (cherry picked from commit 9af0d916768986f50647b11f896a7cdac1550230) --- .../docsite/rst/network/user_guide/network_resource_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/network/user_guide/network_resource_modules.rst b/docs/docsite/rst/network/user_guide/network_resource_modules.rst index f319d7cf3a7..1d048f5a41f 100644 --- a/docs/docsite/rst/network/user_guide/network_resource_modules.rst +++ b/docs/docsite/rst/network/user_guide/network_resource_modules.rst @@ -34,7 +34,7 @@ rendered Ansible renders the provided configuration in the task in the device-native format (for example, Cisco IOS CLI). Ansible returns this rendered configuration in the ``rendered`` key in the result. Note this state does not communicate with the network device and can be used offline. parsed - Ansible parses the configuration from the ``running_configuration`` option into Ansible structured data in the ``parsed`` key in the result. Note this does not gather the configuration from the network device so this state can be used offline. + Ansible parses the configuration from the ``running_config`` option into Ansible structured data in the ``parsed`` key in the result. Note this does not gather the configuration from the network device so this state can be used offline. Using network resource modules ==============================