Update cli_parsing.rst (#74555)

Bad indent in an example
pull/74597/head
Joseph Jacobs 3 years ago committed by GitHub
parent 07fb6f7547
commit dcb807dea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save