Merge pull request #11656 from MiguelMoll/small-grammar-fix
Update intro_configuration.rst
This commit is contained in:
commit
6bff315ed8
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue