parent
07fb6f7547
commit
dcb807dea7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue