From dcb807dea777434b8a507a08ace25b10947907c7 Mon Sep 17 00:00:00 2001 From: Joseph Jacobs Date: Wed, 5 May 2021 21:04:07 -0700 Subject: [PATCH] Update cli_parsing.rst (#74555) Bad indent in an example --- docs/docsite/rst/network/user_guide/cli_parsing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/network/user_guide/cli_parsing.rst b/docs/docsite/rst/network/user_guide/cli_parsing.rst index dd9443dab5f..aa50892b7de 100644 --- a/docs/docsite/rst/network/user_guide/cli_parsing.rst +++ b/docs/docsite/rst/network/user_guide/cli_parsing.rst @@ -145,8 +145,8 @@ The following example task uses ``cli_parse`` with the native parser and the exa - name: "Run command and parse with native" ansible.netcommon.cli_parse: command: show interface - parser: - name: ansible.netcommon.native + parser: + name: ansible.netcommon.native set_fact: interfaces Taking a deeper dive into this task: