From 35c6b17a147bc54989de0c5c12e1bf392d8c87f9 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 19 Dec 2017 12:26:05 +0100 Subject: [PATCH] playbook_loops.rst: fix formatting (#34026) --- docs/docsite/rst/playbooks_loops.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/playbooks_loops.rst b/docs/docsite/rst/playbooks_loops.rst index 4a25d0d3e18..9473c91935f 100644 --- a/docs/docsite/rst/playbooks_loops.rst +++ b/docs/docsite/rst/playbooks_loops.rst @@ -266,9 +266,9 @@ When using complex data structures for looping the display might get a bit too " nic02: 10Gb ... loop_control: - label: "{{item.name}}" + label: "{{ item.name }}" -This will now display just the 'label' field instead of the whole structure per 'item', it defaults to '"{{item}}"' to display things as usual. +This will now display just the ``label`` field instead of the whole structure per ``item``, it defaults to ``{{ item }}`` to display things as usual. .. versionadded:: 2.2