Update call method for parse_cli_textfsm (#38437)

+label: docsite_pr
This commit is contained in:
Elias 2018-05-07 16:43:46 +02:00 committed by Alicia Cozine
parent e4671d7c67
commit 7f5820274f

View file

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