1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #11656 from MiguelMoll/small-grammar-fix

Update intro_configuration.rst
This commit is contained in:
Brian Coca 2015-07-20 10:39:41 -04:00
commit 6bff315ed8

View file

@ -224,8 +224,7 @@ or ansible action line exactly as written.
executable executable
========== ==========
This indicates the command to use to spawn a shell under a sudo environment. Users may need to change this in 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::
rare instances to /bin/bash in rare instances when sudo is constrained, but in most cases it may be left as is::
executable = /bin/bash executable = /bin/bash