Fix code snippet in playbook filters doc (#39798)

(cherry picked from commit e4efc191c5)
pull/39961/head
Ewoud Kohl van Wijngaarden 7 years ago committed by Jordan Borean
parent 651efdad1d
commit c4a9989c87
No known key found for this signature in database
GPG Key ID: 2AAC89085FBBDAB5

@ -359,9 +359,7 @@ Network CLI filters
To convert the output of a network device CLI command into structured JSON
output, use the ``parse_cli`` filter::
.. code-block:: yaml
{{ output | parse_cli('path/to/spec') }}
{{ output | parse_cli('path/to/spec') }}
The ``parse_cli`` filter will load the spec file and pass the command output

Loading…
Cancel
Save