From b787d8b23cb78571b2304fbbbd83b1a4edfab9f0 Mon Sep 17 00:00:00 2001 From: Jeremy Booker Date: Thu, 24 Jan 2019 17:39:24 -0500 Subject: [PATCH] Remove "as mentioned above" (#51295) Remove "as mentioned above" because "variables" weren't mentioned anywhere above. --- docs/docsite/rst/user_guide/playbooks_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_intro.rst b/docs/docsite/rst/user_guide/playbooks_intro.rst index dfab380ad8c..fe811c0aa7e 100644 --- a/docs/docsite/rst/user_guide/playbooks_intro.rst +++ b/docs/docsite/rst/user_guide/playbooks_intro.rst @@ -250,7 +250,7 @@ When running the playbook, which runs top to bottom, hosts with failed tasks are taken out of the rotation for the entire playbook. If things fail, simply correct the playbook file and rerun. The goal of each task is to execute a module, with very specific arguments. -Variables, as mentioned above, can be used in arguments to modules. +Variables can be used in arguments to modules. Modules should be idempotent, that is, running a module multiple times in a sequence should have the same effect as running it just once. One