From c7c30c6760d1285238776c768d49f701a0e8c02e Mon Sep 17 00:00:00 2001 From: Scott Butler Date: Thu, 31 Aug 2017 11:20:28 -0700 Subject: [PATCH] Fixed wording. --- docs/docsite/rst/playbooks_loops.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbooks_loops.rst b/docs/docsite/rst/playbooks_loops.rst index 0d7d56c0ea..515630f5ec 100644 --- a/docs/docsite/rst/playbooks_loops.rst +++ b/docs/docsite/rst/playbooks_loops.rst @@ -449,7 +449,7 @@ been retried for 5 times with a delay of 10 seconds. The default value for "retr The task returns the results returned by the last task run. The results of individual retries can be viewed by -vv option. The registered variable will also have a new key "attempts" which will have the number of the retries for the task. -.. note:: If "until" parameter isn't defined, the value for "retries" is forced to 1. +.. note:: If the "until" parameter isn't defined, the value for the "retries" parameter is forced to 1. .. _with_first_found: