From 076ea66815d269af6632b62667d37ff76fbce325 Mon Sep 17 00:00:00 2001 From: Miguel Moll Date: Mon, 20 Jul 2015 10:22:45 -0400 Subject: [PATCH] Update intro_configuration.rst Removed a small grammar redundancy. --- docsite/rst/intro_configuration.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index f8671fb5f1f..f77fb154aba 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -224,8 +224,7 @@ or ansible action line exactly as written. executable ========== -This indicates the command to use to spawn a shell under a sudo environment. Users may need to change this in -rare instances to /bin/bash in rare instances when sudo is constrained, but in most cases it may be left as is:: +This indicates the command to use to spawn a shell under a sudo environment. Users may need to change this to /bin/bash in rare instances when sudo is constrained, but in most cases it may be left as is:: executable = /bin/bash