doc(user_guide): fix typos (#47425)

This commit is contained in:
Simon Legner 2018-10-24 18:01:24 +02:00 committed by Sandra McCann
commit 5959158612
9 changed files with 12 additions and 12 deletions

View file

@ -75,7 +75,7 @@ It is also possible to become a user other than root using
.. note::
Rarely, some users have security rules where they constrain their sudo/pbrun/doas environment to running specific command paths only.
This does not work with ansible's no-bootstrapping philosophy and hundreds of different modules.
This does not work with Ansible's no-bootstrapping philosophy and hundreds of different modules.
If doing this, use Ansible from a special account that does not have this constraint.
One way of doing this without sharing access to unauthorized users would be gating Ansible with :ref:`ansible_tower`, which
can hold on to an SSH credential and let members of certain organizations use it on their behalf without having direct access.