From c8bac7f54b63a5b179b21eaa2766d4eea1ba69da Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 2 Dec 2015 00:24:14 +0100 Subject: [PATCH] Remove empty line breaking the formatting of the title --- docsite/rst/playbooks_loops.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docsite/rst/playbooks_loops.rst b/docsite/rst/playbooks_loops.rst index 9cb8083b9b6..1de152189b2 100644 --- a/docsite/rst/playbooks_loops.rst +++ b/docsite/rst/playbooks_loops.rst @@ -519,7 +519,6 @@ Subsequent loops over the registered variable to inspect the results may look li .. _loops_and_includes: Loops and Includes - `````````````````` In 2.0 you are able to use `with_` loops and task includes (but not playbook includes), this adds the ability to loop over the set of tasks in one shot.