Skip to content

Commit

Permalink
playbook_loops.rst: fix formatting (ansible#34026)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrizek authored and gundalow committed Dec 19, 2017
1 parent 9f86b92 commit 35c6b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsite/rst/playbooks_loops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35c6b17

Please sign in to comment.