From 61c2eb9cb0f137936767cb2a936ce0dab744c6dc Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 12 Oct 2013 08:34:41 -0400 Subject: [PATCH] Just clarify there are load balancer modules :) --- docsite/latest/rst/playbooks_loops.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/latest/rst/playbooks_loops.rst b/docsite/latest/rst/playbooks_loops.rst index 426adeb8ab8..ec6e309571b 100644 --- a/docsite/latest/rst/playbooks_loops.rst +++ b/docsite/latest/rst/playbooks_loops.rst @@ -178,8 +178,8 @@ Negative numbers are not supported. This works as follows:: Random Choices `````````````` -The 'random_choice' feature can be used to pick something at random. While it's not a load balancer, it can -somewhat be used as a poor man's loadbalancer in a MacGyver like situation:: +The 'random_choice' feature can be used to pick something at random. While it's not a load balancer (there are modules +for those), it can somewhat be used as a poor man's loadbalancer in a MacGyver like situation:: - debug: msg={{ item }} with_random_choice: