From 77afdd16b0d9909e9a4b412dc56cbf2ddc2089c4 Mon Sep 17 00:00:00 2001 From: Mark Phillips Date: Thu, 16 Apr 2015 17:30:54 +0100 Subject: [PATCH] Fixed a few typos in the become documentation --- docsite/rst/become.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docsite/rst/become.rst b/docsite/rst/become.rst index dd2d9b140cd..70b781887a0 100644 --- a/docsite/rst/become.rst +++ b/docsite/rst/become.rst @@ -23,7 +23,7 @@ become_user equivalent to adding sudo_user: or su_user: to a play or task become_method - at play or task level overrides the default method set in ansibile.cfg + at play or task level overrides the default method set in ansible.cfg New ansible_ variables @@ -31,16 +31,16 @@ New ansible_ variables Each allows you to set an option per group and/or host ansible_become - equivalent to ansible_sudo or ansbile_su, allows to force privilege escalation + equivalent to ansible_sudo or ansible_su, allows to force privilege escalation ansible_become_method allows to set privilege escalation method ansible_become_user - equivalent to ansible_sudo_user or ansbile_su_user, allows to set the user you become through privilege escalation + equivalent to ansible_sudo_user or ansible_su_user, allows to set the user you become through privilege escalation ansible_become_pass - equivalent to ansible_sudo_pass or ansbile_su_pass, allows you to set the privilege escalation password + equivalent to ansible_sudo_pass or ansible_su_pass, allows you to set the privilege escalation password New command line options @@ -50,7 +50,7 @@ New command line options ask for privilege escalation password -b, --become - run operations with become (no passorwd implied) + run operations with become (no password implied) --become-method=BECOME_METHOD privilege escalation method to use (default=sudo),