Docs: Update sentence structure in user guide (#42884)

This commit fixes the information about become keyword in
Introduction to Playbook part under User Guide.
pull/38540/merge
Taranjeet Singh 6 years ago committed by Abhijeet Kasurde
parent 0d1c06814f
commit 58d6044251

@ -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

Loading…
Cancel
Save