diff --git a/docs/docsite/rst/user_guide/playbooks_filters.rst b/docs/docsite/rst/user_guide/playbooks_filters.rst index b5e3615e49e..d1026605c15 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters.rst @@ -382,9 +382,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