From 014dec6bbb4551fae4e3f01986ff68f5b81c7779 Mon Sep 17 00:00:00 2001 From: Duncan Lock Date: Tue, 26 Apr 2016 18:08:22 -0700 Subject: [PATCH] Improve grammar for 'Setting any var or directive makes no implications' note. 'makes no implications on the values of the other' is a clumsy and verbose way of saying 'independent'. --- docsite/rst/become.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/become.rst b/docsite/rst/become.rst index 9d962174cf..c80c9651ba 100644 --- a/docsite/rst/become.rst +++ b/docsite/rst/become.rst @@ -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