mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
@@ -470,7 +470,7 @@ The network filters also support parsing the output of a CLI command using the
|
||||
TextFSM library. To parse the CLI output with TextFSM use the following
|
||||
filter::
|
||||
|
||||
{{ output | parse_cli_textfsm('path/to/fsm') }}
|
||||
{{ output.stdout[0] | parse_cli_textfsm('path/to/fsm') }}
|
||||
|
||||
Use of the TextFSM filter requires the TextFSM library to be installed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user