From 58d6044251608e82329e3d291aea46724dfeabee Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Tue, 17 Jul 2018 21:16:03 +0530 Subject: [PATCH] Docs: Update sentence structure in user guide (#42884) This commit fixes the information about become keyword in Introduction to Playbook part under User Guide. --- docs/docsite/rst/user_guide/playbooks_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_intro.rst b/docs/docsite/rst/user_guide/playbooks_intro.rst index bfd2488215..fb556cd9f2 100644 --- a/docs/docsite/rst/user_guide/playbooks_intro.rst +++ b/docs/docsite/rst/user_guide/playbooks_intro.rst @@ -160,7 +160,7 @@ Support for running things as another user is also available (see :doc:`become`) remote_user: yourname become: yes -You can also use become on a particular task instead of the whole play:: +You can also use keyword ``become`` on a particular task instead of the whole play:: --- - hosts: webservers