Skip to content

Commit

Permalink
Merge pull request ansible#14905 from amesbury/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
bcoca committed Mar 10, 2016
2 parents adc9a25 + 1871f0e commit 8a42f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/rst/become.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Ansible can use existing privilege escalation systems to allow a user to execute

Become
``````
Ansible allows you 'become' another user, different from the user that logged into the machine (remote user). This is done existing
Ansible allows you 'become' another user, different from the user that logged into the machine (remote user). This is done using existing
privilege escalation tools, which you probably already use or have configured, like 'sudo', 'su', 'pfexec', 'doas', 'pbrun' and others.


Expand Down

0 comments on commit 8a42f34

Please sign in to comment.