Update cli_parsing.rst (#74555)

Bad indent in an example
This commit is contained in:
Joseph Jacobs 2021-05-05 21:04:07 -07:00 committed by GitHub
parent 07fb6f7547
commit dcb807dea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: