From 0c21f05bcd9b4538d2068abbbab2ff69f451c8c0 Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Mon, 11 May 2015 18:33:24 +0100 Subject: [PATCH] Update become.rst Visually separate commands and values from description text for clarity. Add value detail for become_user and become_method to match become. --- docsite/rst/become.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/become.rst b/docsite/rst/become.rst index 4507b191009..ca639c01f0d 100644 --- a/docsite/rst/become.rst +++ b/docsite/rst/become.rst @@ -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