Update call method for parse_cli_textfsm (#38437)

+label: docsite_pr
pull/39805/head
Elias 8 years ago committed by Alicia Cozine
parent e4671d7c67
commit 7f5820274f

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

Loading…
Cancel
Save