Fix broken docs link.

This commit is contained in:
Matt Clay 2018-04-30 13:00:03 -07:00
parent 9f6706fe82
commit e72ab67081

View file

@ -72,7 +72,7 @@ If you have a list of hashes, you can reference subkeys using things like::
- { name: 'testuser1', groups: 'wheel' }
- { name: 'testuser2', groups: 'root' }
Also be aware that when combining :ref:`when: playbooks_conditionals` with a loop, the ``when:`` statement is processed separately for each item.
Also be aware that when combining :doc:`playbooks_conditionals` with a loop, the ``when:`` statement is processed separately for each item.
See :ref:`the_when_statement` for an example.