From 2a636935802d3397df0f40164539bc29c5dac148 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Thu, 10 Aug 2017 11:11:50 -0700 Subject: [PATCH] Minor fix in docs --- docs/docsite/rst/playbooks_delegation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/rst/playbooks_delegation.rst b/docs/docsite/rst/playbooks_delegation.rst index b5f7cce4bf4..dab773b7009 100644 --- a/docs/docsite/rst/playbooks_delegation.rst +++ b/docs/docsite/rst/playbooks_delegation.rst @@ -16,6 +16,7 @@ You should also consult the :doc:`modules` section, various modules like 'ec2_el You'll also want to read up on :doc:`playbooks_reuse_roles`, as the 'pre_task' and 'post_task' concepts are the places where you would typically call these modules. Be aware that certain tasks are impossible to delegate, i.e. `include`, `add_host`, `debug`, etc as they always execute on the controller. + .. _rolling_update_batch_size: Rolling Update Batch Size