mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed typo
This commit is contained in:
parent
adc9a25a06
commit
1871f0ec16
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Ansible can use existing privilege escalation systems to allow a user to execute
|
||||||
|
|
||||||
Become
|
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.
|
privilege escalation tools, which you probably already use or have configured, like 'sudo', 'su', 'pfexec', 'doas', 'pbrun' and others.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue