From c4a9989c87dced1ac5415de9ab6d74143450142d Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 10 May 2018 04:05:24 +0200 Subject: [PATCH] Fix code snippet in playbook filters doc (#39798) (cherry picked from commit e4efc191c5be078ead687553538f92d035946f1f) --- docs/docsite/rst/user_guide/playbooks_filters.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/docsite/rst/user_guide/playbooks_filters.rst b/docs/docsite/rst/user_guide/playbooks_filters.rst index 0ebe2dbcd73..29c410d9950 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters.rst @@ -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