Skip to content

Commit

Permalink
Merge pull request ansible#15612 from dflock/patch-2
Browse files Browse the repository at this point in the history
Improve grammar for 'Setting any var or directive makes no implications' note
  • Loading branch information
amenonsen committed Apr 27, 2016
2 parents a76df2c + 014dec6 commit 6b0710d
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 @@ -15,7 +15,7 @@ privilege escalation tools, which you probably already use or have configured, l
and execute tasks, create resources with the 2nd user's permissions. As of 1.9 `become` supersedes the old sudo/su, while still being backwards compatible.
This new system also makes it easier to add other privilege escalation tools like `pbrun` (Powerbroker), `pfexec`, `dzdo` (Centrify), and others.

.. note:: Setting any var or directive makes no implications on the values of the other related directives, i.e. setting become_user does not set become.
.. note:: Become vars & directives are independent, i.e. setting `become_user` does not set `become`.


Directives
Expand Down

0 comments on commit 6b0710d

Please sign in to comment.