Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update become.rst #10981

Merged
merged 1 commit into from
May 11, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docsite/rst/become.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ New directives
--------------

become
equivalent to adding sudo: or su: to a play or task, set to true/yes to activate privilege escalation
equivalent to adding 'sudo:' or 'su:' to a play or task, set to 'true'/'yes' to activate privilege escalation

become_user
equivalent to adding sudo_user: or su_user: to a play or task
equivalent to adding 'sudo_user:' or 'su_user:' to a play or task, set to user with desired privileges

become_method
at play or task level overrides the default method set in ansible.cfg
at play or task level overrides the default method set in ansible.cfg, set to 'sudo'/'su'/'pbrun'/'pfexec'


New ansible\_ variables
Expand Down